@font-face {
    font-family: 'EB Garamond';
    font-style: normal;
    src: url('fonts/EBGaramond-VariableFont_wght.ttf');
    font-weight: 200..700;
}

@font-face {
    font-family: 'EB Garamond';
    font-style: italic;
    src: url('fonts/EBGaramond-Italic-VariableFont_wght.ttf');
    font-weight: 200..700;
}

@font-face {
    font-family: 'Jost';
    font-style: normal;
    src: url('fonts/Jost-VariableFont_wght.ttf');
    font-weight: 200..700;
}

@font-face {
    font-family: 'Jost';
    font-style: italic;
    src: url('fonts/Jost-Italic-VariableFont_wght.ttf');
    font-weight: 200..700;
}


h1 {
    font-family: 'Jost';
    text-align: center;
    font-weight: 500;
}

h2, h3 {
    font-family: 'Jost';
    text-align: left;
    font-weight: 500;
}

body {
    background-color: #FFFAFA; /* Snow */
    color: #281739; /* Blackcurrant */
    font-family: 'EB Garamond';
}

