/* PRIMETIME */
@font-face {
    font-family: "Primetime";
    src: url("/fonts/Primetime-Regular.woff2") format("woff2"),
        url("/fonts/Primetime-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* CALIBRE */
@font-face {
    font-family: "Calibre";
    src: url("/fonts/Calibre-Regular.woff2") format("woff2"),
        url("/fonts/Calibre-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Base */
body {
    font-family: "Open Sans", system-ui, -apple-system, BlinkMacSystemFont,
        "Segoe UI", sans-serif;
}

/* Titulares con PRIMETIME */
h1 {
    font-family: "Primetime", "Open Sans", sans-serif;
    color: #b8ad9c;
    margin: 0;
}

/* Subtítulos con CALIBRE */
h2 {
    font-family: "Open Sans", system-ui, -apple-system, BlinkMacSystemFont,
        "Segoe UI", sans-serif;
        color: #b8ad9c;
        margin: 0;
}

h3,
h4,
h5,
p {
color: #fff;
    font-family: "Calibre", "Open Sans", sans-serif;
    margin: 0;
}