/* Inter Font */

@font-face {
    font-family: 'Inter';
    src: url('../fonts/fonts/Inter-VariableFont_slnt,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}


/* Cormorant Garamond Bold */

@font-face {
    font-family: 'CormorantGaramond';
    src: url('../fonts/fonts/CormorantGaramond-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}