@font-face {
    font-family: 'Galano Grotesque';
    src: url('https://app.bwz.se/lime/b/uf/file/69_galano-grotesque-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Galano Grotesque';
    src: url('https://app.bwz.se/lime/b/uf/file/68_galano-grotesque-bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

:root {
    --md-text-font: 'Galano Grotesque', sans-serif;
    --md-code-font: monospace;
}

/* Change the navbar background color */
.md-header {
    background-color: #333333;
}

/* Change the navbar link color */
.md-header-nav__link {
    color: #ffffff;
}
