/* Comfortaa (Google Fonts, self-hosted) — usada por el wordmark "Lurana".
   Solo subset latin, pesos 400/700. Sin CDN externo. */
@font-face {
  font-family: 'Comfortaa';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/static/fonts/comfortaa-400-latin.woff2') format('woff2');
}
@font-face {
  font-family: 'Comfortaa';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/static/fonts/comfortaa-700-latin.woff2') format('woff2');
}
