/* Local Fonts for Ortobas */

/* Inter (body) — variable woff2, wght axis instanced to 400–700 (the only weights
   the app uses; fontTools varLib.instancer, ~250KB vs 876KB full-axis ttf) */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('./inter-variable.woff2') format('woff2-variations');
}

/* Outfit Font Family (Akademi / TailAdmin chrome) — single variable file covers 100–900 */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('./outfit-variable.ttf') format('truetype');
}

/* Schibsted Grotesk (headings) — variable woff2, wght axis instanced to 400–700 */
@font-face {
  font-family: 'Schibsted Grotesk';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('./schibsted-grotesk-variable.woff2') format('woff2-variations');
}
