@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost/Jost-Regular.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

/* Cormorant Regular */
@font-face {
    font-family: 'Cormorant Garamond';
    src: url('../fonts/Cormorant_Garamond/CormorantGaramond-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/* Cormorant Italic */
@font-face {
    font-family: 'Cormorant Garamond';
    src: url('../fonts/Cormorant_Garamond/CormorantGaramond-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}