@font-face {
    font-family: 'Fjalla One';
    src: url("../../fonts/FjallaOne-Regular-LatEx-Kf4vdbz.woff2") format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Inconsolata';
    src: url("../../fonts/Inconsolata-Regular-LatEx-JekJf0E.woff2") format('woff2');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'Inconsolata';
    src: url("../../fonts/Inconsolata-Bold-LatEx-8ZvfWIv.woff2") format('woff2');
    font-weight: 700;
    font-display: swap;
}

:root {
    --body-font-family: 'Inconsolata',monospace;
    --headline-font-family: 'Fjalla One',sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: var(--headline-font-family);
}
body {
    font-family: var(--body-font-family);
    font-synthesis: none;
}
.ff-headline {
    font-family: var(--headline-font-family);
}
.ff-body {
    font-family: var(--body-font-family);
}