@font-face {
    font-family:"Inter";
    src: url("./Inter\ Regular\ 400.otf") format("opentype");
    font-weight: 400;
}

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

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

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