/* Self-hostade typsnitt (latin-subset, täcker å ä ö).
   Variabla woff2 — en fil per familj täcker hela viktintervallet. */

@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400 700;
  font-display: optional;
  src: url('/fonts/cormorantgaramond.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 400 700;
  font-display: optional;
  src: url('/fonts/cormorantgaramond-italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400 700;
  font-display: optional;
  src: url('/fonts/nunito.woff2') format('woff2');
}
