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

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

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

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

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

@font-face {
    font-family: 'Inter';
    src: url(../assets/fonts/Inter/Inter-Medium.ttf) format('truetype');
    font-style: normal;
    font-weight: medium;
    font-display: swap;
}