/**
 * Phase 3H local font delivery for tobiakiode.com.
 * Mirrors the two Google-hosted WOFF2 files observed in public browser proof.
 */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('./inter-v20-latin-var.woff2') format('woff2');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('./montserrat-v31-latin-var.woff2') format('woff2');
}
