/*
 * Tipografía auto-hospedada (Playfair Display + Inter, subset latin).
 * Ambas son variable fonts: un solo archivo cubre todos los pesos
 * declarados abajo, el navegador interpola el eje de peso ('wght').
 */

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

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('../fonts/inter-variable.woff2') format('woff2');
}
