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

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

@font-face {
    font-family: montserrat;
    src: url(./fonts/Oxanium-SemiBold.ttf) format('truetype');
    font-style: normal;
    font-weight: 600;
    font-display: swap;
}

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