@font-face {
    font-family: 'Inter';
    src: url('/assets/fonts/InterTight-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900; /* Specify the weight range */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/assets/fonts/InterTight-Italic-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900; /* Specify the weight range */
    font-style: italic;
    font-display: swap;
}