@font-face {
    font-family: "Museo";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url("../fonts/Museo300-Regular.otf") format("opentype");
}

@font-face {
    font-family: "Museo";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/Museo 500.otf") format("opentype");
}

@font-face {
    font-family: "Museo";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("../fonts/Museo 500.otf") format("opentype");
}

@font-face {
    font-family: "Museo";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/Museo700-Regular.otf") format("opentype");
}

:root {
    --font-sans: "Museo", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
}

.gh-head-logo img {
    max-height: 54px;
}
