/* Copia aquí las fuentes del personalizador y conserva estos nombres de familia. */
@font-face {
    font-family: "LaLiga";
    src: url("./fonts/LaLiga.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: "JerseyM54";
    src: url("./fonts/Jersey-M54.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "LegendM54";
    src: url("./fonts/Legend M54.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Schluber";
    src: url("./fonts/Schluber.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "LaLiga1722";
    src: url("./fonts/LaLigaFont2017-22.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "RealBetis2024";
    src: url("./fonts/RealBetisFont2024-2025.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

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