/* Definir EB Garamond desde archivos locales */
@font-face {
    font-family: "EB Garamond";
    src: url("/ayuda/font/EB_Garamond/static/EBGaramond-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-kerning: auto;
    font-feature-settings: normal;
}

/* Definir DM Serif Display desde archivos locales */
@font-face {
    font-family: "DM Serif Display";
    src: url("/ayuda/font/DM_Serif_Display/DMSerifDisplay-Regular.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

/* Aplicar EB Garamond al contenido */
.content {
    font-family: "EB Garamond", serif;
    font-weight: 400;
}

p,
.content li,
.content span,
.content div {
    font-family: "EB Garamond", serif;
    font-weight: 400;
    font-size: 22px;
}

/* Aplicar DM Serif Display a los h1 */
.content h1 {
    font-family: "DM Serif Display", serif;
    font-weight: 500;
}

h1,
h3 {
    font-family: "DM Serif Display", serif;
    font-weight: 500;
}