/*  GT Ultra Variable Font
 *  ─────────────────────
 *  Single variable-font file with three axes:
 *   wght  (Weight)    100–900  (Ultra-Ultra goes to 950, separate file)
 *   slnt  (Slant)     0 = upright, 12 = italic
 *   CNTR  (Contrast)  0 = Standard, 50 = Median, 100 = Fine
 *
 * IMPORTANT: Safari ignores font-variation-settings in @font-face.
 * We register one family name and control axes on elements via CSS.
 *
 * IMPORTANT: Font files are licensed — do NOT commit to public repos.
 */

/* Upright (slnt 0) */
@font-face {
  font-family: 'GT Ultra';
  src: url('./GT Ultra VF/VAR-woff2/GT-Ultra-VF.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: block;
}

/* Italic (slnt 12) */
@font-face {
  font-family: 'GT Ultra';
  src: url('./GT Ultra VF/VAR-woff2/GT-Ultra-VF.woff2') format('woff2');
  font-weight: 100 900;
  font-style: italic;
  font-display: block;
}

/* Ultra weight (950) */
@font-face {
  font-family: 'GT Ultra';
  src: url('./GT Ultra VF/VAR-woff2/GT-Ultra-Ultra-VF.woff2') format('woff2');
  font-weight: 950;
  font-style: normal;
  font-display: block;
}
