/* ============================================================
   PIXEL360 · FUENTES
   Rajdhani (titulares, sustituto web del Arial Black del logo)
   Inter (cuerpo).

   POR DEFECTO se cargan desde Google Fonts (funciona out-of-the-box).
   Para máximo rendimiento/privacidad, self-hostea los .woff2 en
   ../fonts/ y cambia a las @font-face locales (bloque de abajo):
     1) comenta el @import de Google Fonts,
     2) descomenta el bloque "SELF-HOSTED",
     3) (opcional) reactiva el preload en functions.php.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Rajdhani:wght@500;600;700&display=swap');

/* ---- SELF-HOSTED (alternativa, requiere los .woff2 en ../fonts/) ----
@font-face {
    font-family: 'Rajdhani';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/rajdhani-500.woff2') format('woff2');
}
@font-face {
    font-family: 'Rajdhani';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/rajdhani-600.woff2') format('woff2');
}
@font-face {
    font-family: 'Rajdhani';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/rajdhani-700.woff2') format('woff2');
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/inter-400.woff2') format('woff2');
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/inter-500.woff2') format('woff2');
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/inter-600.woff2') format('woff2');
}
*/
