@font-face {
    font-family: 'Inter';
    font-display: swap;
    src: url('../fonts/Inter/Inter-ExtraLight.ttf');
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'Inter';
    font-display: swap;
    src: url('../fonts/Inter/Inter-Light.ttf');
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'Inter';
    font-display: swap;
    src: url('../fonts/Inter/Inter-Regular.ttf');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}

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

@font-face {
    font-family: 'Inter';
    font-display: swap;
    src: url('../fonts/Inter/Inter-ExtraBold.ttf');
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'Inter';
    font-display: swap;
    src: url('../fonts/Inter/Inter-Black.ttf');
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
}
