/* ═══════════════════════════════════════════════════════════════
   Tarteel Font Stack
   Open Sauce Sans — the display/heading font used on tarteel.ai
   (files mirrored from tarteel.ai/fonts/OpenSauceSans/).
   Body text uses Inter, loaded separately (Google Fonts or system).
   ═══════════════════════════════════════════════════════════════ */

@font-face {
  font-family: 'Open Sauce Sans';
  src: url('./fonts/OpenSauceSans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sauce Sans';
  src: url('./fonts/OpenSauceSans-Bold.woff2') format('woff2');
  font-weight: 700 900;
  font-style: normal;
  font-display: swap;
}
