@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: local('Inter'), url('../fonts/inter/Inter-Variable.ttf') format('truetype');
}

@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 200 800;
    font-display: swap;
    src: local('Manrope'), url('../fonts/manrope/Manrope-Variable.ttf') format('truetype');
}

@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 300 700;
    font-display: swap;
    src: local('Cormorant Garamond'), url('../fonts/cormorant-garamond/CormorantGaramond-Variable.ttf') format('truetype');
}
