/* MADHURAE — self-hosted fonts
   Fredoka (display, rounded) + Archivo (body grotesk)
   Latin subsets only. Variable fonts: one file per family covers all weights. */

@font-face {
  font-family: 'Fredoka';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('./fredoka.woff2') format('woff2-variations'),
       url('./fredoka.woff2') format('woff2');
}

@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('./archivo.woff2') format('woff2-variations'),
       url('./archivo.woff2') format('woff2');
}

@font-face {
  font-family: 'Archivo';
  font-style: italic;
  font-weight: 300 700;
  font-display: swap;
  src: url('./archivo-italic.woff2') format('woff2-variations'),
       url('./archivo-italic.woff2') format('woff2');
}
