@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-Regular.otf") format('opentype');
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-Light.otf") format('opentype');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-Medium.otf") format('opentype');
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-Bold.otf") format('opentype');
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/Inter-Italic.otf") format('opentype');
    font-style: italic;
    font-weight: 500;
}

@font-face {
    font-family: "Bebas Neue";
    src: url("../fonts/BebasNeue Regular.ttf") format('truetype');
    font-style: normal;
    font-weight: 500;
}
