/* Roundkey Font Family - Configuración de fuentes */

@font-face {
    font-family: "Roundkey";
    src: url("../fonts/Roundkey-Font/Roundkey Thin.otf") format("opentype");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roundkey";
    src: url("../fonts/Roundkey-Font/Roundkey ExtraLight.otf")
        format("opentype");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

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

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

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

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

/* Variantes Oblique (Italic) */
@font-face {
    font-family: "Roundkey";
    src: url("../fonts/Roundkey-Font/Roundkey ThinOblique.otf")
        format("opentype");
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Roundkey";
    src: url("../fonts/Roundkey-Font/Roundkey ExtraLightOblique.otf")
        format("opentype");
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Roundkey";
    src: url("../fonts/Roundkey-Font/Roundkey LightOblique.otf")
        format("opentype");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

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

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

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