/* Regular / Light */
@font-face {
    font-family: 'Inter';
    font-display: swap;
    src: url('Inter_18pt-Light/font.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

/* Normal / Regular */
@font-face {
    font-family: 'Inter';
    font-display: swap;
    src: url('Inter_18pt-Thin/font.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

/* Bold */
@font-face {
    font-family: 'Inter';
    font-display: swap;
    src: url('Inter_18pt-Bold/font.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/* Extra Bold */
@font-face {
    font-family: 'Inter';
    font-display: swap;
    src: url('Inter_18pt-ExtraBold/font.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}
