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

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

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

@font-face {
    font-family: "Mundial";
    font-weight: 500;
    font-style: italic;
    font-display: swap;
    src: url("../font/Regular-Italic.otf") format("opentype");
}

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

@font-face {
    font-family: "Mundial";
    font-weight: 600;
    font-style: italic;
    font-display: swap;
    src: url("../font/Demibold-Italic.otf") format("opentype");
}

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

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


