/* Verified against the actual font files' internal name tables.
   Family/weight values below are correct, don't change them without
   re-checking the font metadata. */

@font-face {
  font-family: 'Arthaus';
  src: url('./Arthaus-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Arthaus';
  src: url('./Arthaus-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aktiv Grotesk';
  src: url('./AktivGrotesk-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Usage:
   Hero / big display headings -> font-family: 'Arthaus'; font-weight: 700;
   Secondary headings / subheads -> font-family: 'Arthaus'; font-weight: 500;
   Body copy, nav, labels, buttons -> font-family: 'Aktiv Grotesk'; font-weight: 700;
*/
