@font-face {
    font-family: "mainFont";
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url("Regular.otf") format("opentype");
}

@font-face {
    font-family: "mainFont";
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url("Medium.otf") format("opentype");
}

@font-face {
    font-family: "mainFont";
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src: url("SemiBold.otf") format("opentype");
}

@font-face {
    font-family: "mainFont";
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url("Bold.otf") format("opentype");
}

@font-face {
    font-family: "mainFont";
    font-weight: 800;
    font-style: normal;
    font-display: swap;
    src: url("Black.otf") format("opentype");
}

:root {
    --main-font: "mainFont", sans-serif;
}
