/* @font-face self-hosted (GDPR-compliant, sin Google Fonts CDN).
   Los ficheros viven en /assets/fonts/. Versiones descargadas vía google-webfonts-helper. */

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../../fonts/lato-v25-latin-regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../../fonts/lato-v25-latin-700.woff2') format('woff2');
}

@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../../fonts/lora-v37-latin-600.woff2') format('woff2');
}

@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('../../fonts/lora-v37-latin-600italic.woff2') format('woff2');
}
