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

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

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

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

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

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