@font-face {
    font-family: "New Computer Modern Mono";
    src: url("../fonts/newcmmono/book.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "New Computer Modern Mono";
    src: url("../fonts/newcmmono/bookitalic.woff2") format("woff2");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "New Computer Modern Mono";
    src: url("../fonts/newcmmono/bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "New Computer Modern Mono";
    src: url("../fonts/newcmmono/bolditalic.woff2") format("woff2");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Concrete";
    src: url("../fonts/concrete/cmunorm.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Concrete";
    src: url("../fonts/concrete/cmunoti.woff") format("woff");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Concrete";
    src: url("../fonts/concrete/cmunobx.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Concrete";
    src: url("../fonts/concrete/cmunobi.woff") format("woff");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "IBM VGA";
    src: url("../fonts/ibmvga/8x16.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: "New Computer Modern Mono", serif;
    line-height: 1.6;
}

h1, h2, h3 {
    font-family: "Concrete", serif;
    font-weight: 400;
    line-height: 1.2;
}

code, pre, kbd, .project-link {
    font-family: "IBM VGA", monospace;
}
