@font-face {
    /* Variable font (wght axis 300-900) rather than a static weight, so
       headings at font-weight: 600 (see main.dev.css) render with Merriweather's
       own real semibold artwork instead of the browser synthesizing (faking)
       it from a single static weight. */
    font-family: "Merriweather";
    font-style: normal;
    font-weight: 300 900;
    font-display: swap;
    src: url("../Fonts/merriweather/Merriweather-Regular.woff2") format("woff2");
}
@font-face {
    font-family: "Adwaita Sans";
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url("../Fonts/adwaita-sans/AdwaitaSans-Regular.woff2") format("woff2");
}
@font-face {
    font-family: "Adwaita Sans";
    font-style: italic;
    font-weight: 100 900;
    font-display: swap;
    src: url("../Fonts/adwaita-sans/AdwaitaSans-Italic.woff2") format("woff2");
}
