/* Import fonts from google */
/* @import url("https://fonts.googleapis.com/css2?family=Spectral:ital,wght@0,400;0,700;1,400;1,700&family=Ubuntu:ital,wght@0,400;0,700;1,400;1,700&display=swap"); */
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,400;0,700;1,400;1,700&family=Ubuntu:ital,wght@0,400;0,700;1,400;1,700&display=swap");
.ff-ub {
    font-family: "Ubuntu", sans-serif;
}

.ff-spectral {
    font-family: 'Spectral', sans-serif;
}

/* Default font size for desktop - uncomment below to make changes */
html {
    font-size: 22px;
}
/* Default font-size for mobile - uncomment below to make changes */
@media screen and (max-width: 990px) {
    html {
        font-size: 16px;
    }
}


/* Default font */
body {
    font-family: 'Ubuntu', sans-serif;
}

/* Optional header font */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Jost', sans-serif;
    line-height: 100%;
}

/* Optional buttons font */
/* .btn {
    font-family: 'Raisonne', 'Oswald';
} */
/* Optional header and footer font */
/* .qb-header,
.qb-footer {
    font-family: 'Open Sans', sans-serif;
} */
/* Optional navigation */
/* .qb-header nav a {
    font-family: 'Open Sans', sans-serif;
} */

.qb-header {
    box-shadow: none;
}