/* ============================================================
   DIOGO — fonts.css
   Raleway self-hosted (sin depender de Google Fonts como servicio
   externo). Incluir este archivo ANTES de index.css, tanto en la
   web (web/css/) como en el panel (que puede apuntar a la misma
   ruta o a una copia local de estos .woff2).
   ============================================================ */

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/web/fonts/raleway-latin-400-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/web/fonts/raleway-latin-500-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/web/fonts/raleway-latin-600-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/web/fonts/raleway-latin-700-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('/web/fonts/raleway-latin-800-normal.woff2') format('woff2');
}
