/* ─────────────────────────────────────────────────────────────
   TAG Website Embeds — shared font faces (intentionally global)
   Self-hosted: no Google Fonts CDN (GDPR), no external requests.
   Paths are root-absolute so any embed under /embeds/* resolves them.
   Edit here ONLY when changing fonts for ALL embeds.
   ───────────────────────────────────────────────────────────── */

/* Brand display face — Agentic, Bold weight only. */
@font-face {
  font-family: 'Agentic';
  src: url('/shared/fonts/Agentic_Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Body face — Open Sans, self-hosted (latin). */
@font-face {
  font-family: 'Open Sans';
  src: url('/shared/fonts/open-sans/open-sans-latin-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/shared/fonts/open-sans/open-sans-latin-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/shared/fonts/open-sans/open-sans-latin-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/shared/fonts/open-sans/open-sans-latin-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
