@font-face {
    font-family: 'Bazar';
    src: url('../fonts/Bazar.woff2') format('woff2'),
    url('../fonts/Bazar.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

html, body, .gh-head {
    background-color: whitesmoke;
    color: #0f0d0d;
}

h1, h2, h3, h4, h5, h6, .link, ul.nav, .gh-head-logo, .gh-head-link, .gh-btn, .gh-foot {
    font-family: 'Bazar', serif !important;
    text-transform: uppercase;
    color: #0f0d0d;
}

a {
    color: #0f0d0d;
}

.gh-head-menu, .gh-head-link  {
    font-size: 1.8rem;
}

.gh-btn  {
    background: #0f0d0d;
    color: whitesmoke;
    font-size: 1.6rem !important;
    font-weight: 100 !important;
}

.gh-copyright, .gh-foot-menu {
    font-size: 1.8rem !important;
}

.gh-foot a:hover {
    color: #0f0d0d;
}