/* tokens.css — Token tambahan yang belum ada di main.css.
   Dimuat SEBELUM hero.css. */

:root {
  /* Cream tone — dipakai hero overlay text (lebih terang dari --text) */
  --cream: #ECE4D2;
  --cream-dim: #a89e87;

  /* Font mono untuk hero pager / logo strip */
  --font-mono: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, monospace;

  /* Hero alt body font (italic serif). Fallback ke Lora kalau Cormorant gagal load. */
  --font-body-hero: 'Cormorant Garamond', 'Lora', Georgia, serif;

  /* Background subtoken (untuk surface elevasi spesifik hero kalau perlu) */
  --bg-2: #141210;
  --bg-3: #1c1916;

  /* Gold variant lebih lembut */
  --gold-soft: #a78a3a;
  --gold-deep: #6b561f;
}
