/* text */
@font-face {
    font-family: "Newsreader";
    src: url("/font/Newsreader.woff2") format("woff2-variations");
    font-weight: 200 800;
}
@font-face {
    font-family: "Newsreader";
    src: url("/font/Newsreader-Italic.woff2") format("woff2-variations");
    font-style: italic;
    font-weight: 200 800;
}

/* headings */
@font-face {
    font-family: "Fredericka the Great";
    src: url("/font/FrederickatheGreat-Regular.woff2") format("woff2");
    font-weight: 400;
}

/* logo */
@font-face {
    font-family: "Kode Mono";
    src: url("/font/KodeMono.woff2") format("woff2-variations");
    font-weight: 400 700;
}

/* code */
@font-face {
    font-family: "Source Code Pro";
    src: url("/font/SourceCodePro.woff2") format("woff2-variations");
    font-weight: 200 900;
}
@font-face {
    font-family: "Source Code Pro";
    src: url("/font/SourceCodePro-Italic.woff2") format("woff2-variations");
    font-style: italic;
    font-weight: 200 900;
}
