/* ==========================================================================
   Local Font Faces — TOOLBOX
   All fonts self-hosted. No external requests to Google/Fontshare at runtime.
   ========================================================================== */

/* Barlow — used by TOOLBOX main */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('barlow-900.woff2') format('woff2');
}

/* Inter — variable, used by ARCHIPEDIA */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('inter-variable.woff2') format('woff2');
}

/* Clash Display — used across all tools */
@font-face {
  font-family: 'Clash Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('clash-display-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Clash Display';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('clash-display-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Clash Display';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('clash-display-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Clash Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('clash-display-700.woff2') format('woff2');
}

/* Cormorant Garamond — variable, used by SIGNAL */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('cormorant-garamond-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url('cormorant-garamond-italic.woff2') format('woff2');
}

/* JetBrains Mono — variable, used by ENERGY */
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
  src: url('jetbrains-mono-variable.woff2') format('woff2');
}

/* DM Sans — variable, used by ENERGY */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  src: url('dm-sans-variable.woff2') format('woff2');
}
