/* Self-hosted fonts — zero third-party (Google) requests, GDPR-compliant.
   Latin subset (covers DA/EN incl. æ ø å Æ Ø Å). Variable weight files. */

@font-face {
  font-family: 'Anybody';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('anybody.woff2') format('woff2');
}

@font-face {
  font-family: 'Hanken Grotesk';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('hanken-grotesk.woff2') format('woff2');
}

@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('jetbrains-mono.woff2') format('woff2');
}

@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 100 700;
  font-display: block;
  src: url('material-symbols.woff2') format('woff2');
}

/* Icon utility class (previously provided by the Google stylesheet). */
.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  font-feature-settings: 'liga';
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
