/* ============================================================
   Fuentes autohospedadas — Seguros Atlántico
   Archivos esperados en /fonts/ (woff2):
   descargar desde https://gwfh.mranftl.com y renombrar así.
   Playfair Display: charsets latin + cyrillic.
   DM Sans: charset latin (no dispone de cirílico; el búlgaro
   usa la fuente del sistema, igual que hasta ahora).
   ============================================================ */

/* ---------- Playfair Display (titulares) ---------- */
@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/playfair-display-700.woff2') format('woff2');
}
@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('../fonts/playfair-display-900.woff2') format('woff2');
}

/* ---------- DM Sans (texto) ---------- */
@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../fonts/dm-sans-300.woff2') format('woff2');
}
@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/dm-sans-400.woff2') format('woff2');
}
@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/dm-sans-500.woff2') format('woff2');
}
@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/dm-sans-600.woff2') format('woff2');
}
