/* Self-hosted fonts, latin + latin-ext (Czech diacritics verified).
   Archivo = sturdy poster display · Schibsted Grotesk = body/UI
   Mynerve = chalk hand (mirrors their handwritten board additions) */

@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/archivo-v25-latin_latin-ext-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('../fonts/archivo-v25-latin_latin-ext-800.woff2') format('woff2');
}
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('../fonts/archivo-v25-latin_latin-ext-900.woff2') format('woff2');
}

@font-face {
  font-family: 'Schibsted Grotesk';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/schibsted-grotesk-v7-latin_latin-ext-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Schibsted Grotesk';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/schibsted-grotesk-v7-latin_latin-ext-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Schibsted Grotesk';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/schibsted-grotesk-v7-latin_latin-ext-700.woff2') format('woff2');
}

@font-face {
  font-family: 'Mynerve';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/mynerve-v8-latin_latin-ext-regular.woff2') format('woff2');
}
