/* ═══════════════════════════════════════════
   GT Super / GT America — Grilli Type
   Trimmed to used weights only
   ═══════════════════════════════════════════ */

/* ── GT America Standard (sans-serif) — 300, 400, 700 ── */

@font-face {
  font-family: 'GT America';
  src: url('/fonts/GT-America-Standard-Light-Trial.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GT America';
  src: url('/fonts/GT-America-Standard-Regular-Trial.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GT America';
  src: url('/fonts/GT-America-Standard-Bold-Trial.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ── GT Super Display — 300, 400, 700 ── */

@font-face {
  font-family: 'GT Super Display';
  src: url('/fonts/GT-Super-Display-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GT Super Display';
  src: url('/fonts/GT-Super-Display-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GT Super Display';
  src: url('/fonts/GT-Super-Display-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ── GT Super Text — 400, 700 ── */

@font-face {
  font-family: 'GT Super Text';
  src: url('/fonts/GT-Super-Text-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GT Super Text';
  src: url('/fonts/GT-Super-Text-Regular-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'GT Super Text';
  src: url('/fonts/GT-Super-Text-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
