/* Fuentes locales — sin depender de Google Fonts CDN.
   font-display: swap evita FOIT y muestra texto inmediatamente con la fuente
   fallback hasta que la nuestra cargue. */

@font-face {
  font-family: 'Passion One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/static/fonts/passion-one-400.ba835dc5db41.ttf") format('truetype');
}
@font-face {
  font-family: 'Passion One';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/static/fonts/passion-one-700.96eb49d99bda.ttf") format('truetype');
}
@font-face {
  font-family: 'Passion One';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/static/fonts/passion-one-900.4eb69a4bbf51.ttf") format('truetype');
}

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/static/fonts/oswald-regular.a1dfd8f93034.woff2") format('woff2');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/static/fonts/oswald-700.16cba75f4b99.woff2") format('woff2');
}
