@font-face {
     font-family: 'Inter-Regular';
     src: url('../fonts/Inter-VariableFont_slnt,wght.ttf') format('opentype');
     font-weight: 500;
     font-display: swap;
     font-style: normal;
}

@font-face {
     font-family: 'Inter-Semibold';
     src: url('../fonts/Inter-VariableFont_slnt,wght.ttf') format('opentype');
     font-weight: 600;
     font-display: swap;
     font-style: normal;
}

@font-face {
     font-family: 'Inter-Bold';
     src: url('../fonts/Inter-VariableFont_slnt,wght.ttf') format('opentype');
     font-weight: 700;
     font-display: swap;
     font-style: normal;
}



@font-face {
     font-family: 'Inter-Regular-Old';
     src: url('../fonts/Inter-Regular.otf') format('opentype');
     font-weight: 200 700;
     font-display: swap;
     font-style: normal;
}