/* ==========================================================================
   Sacred AI — Self-hosted fonts (LICENSED)
   --------------------------------------------------------------------------
   Matter + Azeret SemiMono by Displaay Type Foundry (https://displaay.net).
   Licensed webfonts (Web license, order DP_order-407402). woff2 + woff only.
   License + invoice: assets/fonts/_license/
   Weights in use: Matter Light/Regular/Medium · Azeret SemiMono Regular/SemiBold.
   ========================================================================== */

/* --- Matter (headlines · body · display) -------------------------------- */
@font-face {
  font-family: 'Matter';
  src: url('../assets/fonts/Matter-Light.woff2') format('woff2'),
       url('../assets/fonts/Matter-Light.woff') format('woff');
  font-weight: 300; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Matter';
  src: url('../assets/fonts/Matter-Regular.woff2') format('woff2'),
       url('../assets/fonts/Matter-Regular.woff') format('woff');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Matter';
  src: url('../assets/fonts/Matter-Medium.woff2') format('woff2'),
       url('../assets/fonts/Matter-Medium.woff') format('woff');
  font-weight: 500; font-style: normal; font-display: swap;
}

/* --- Azeret SemiMono (eyebrows · nav · labels · buttons) ---------------- */
@font-face {
  font-family: 'Azeret SemiMono';
  src: url('../assets/fonts/AzeretSemiMono-Regular.woff2') format('woff2'),
       url('../assets/fonts/AzeretSemiMono-Regular.woff') format('woff');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Azeret SemiMono';
  src: url('../assets/fonts/AzeretSemiMono-SemiBold.woff2') format('woff2'),
       url('../assets/fonts/AzeretSemiMono-SemiBold.woff') format('woff');
  font-weight: 600; font-style: normal; font-display: swap;
}
