/* Shaninan: Avot — design tokens (verbatim from ../brand-guide.html) */
:root {
  /* surfaces */
  --ink: #0B0C10;          /* warm near-black — dark surfaces */
  --navy: #14182B;         /* deep judicial ink-navy — badges, dark chips */
  --parchment: #EFE6D4;    /* primary light surface */
  --parchment-2: #E3DCCD;  /* shaded parchment */
  --line: #D8CDB8;         /* hairline rules on parchment */

  /* gold owns the energy */
  --gold: #B69047;         /* primary accent / buttons */
  --gold-bright: #C9A24B;  /* glint / active */
  --gold-pale: #D9B86A;    /* flame / seal highlight */
  --gold-label: #B08B43;   /* eyebrow small-caps */

  /* text */
  --ink-text: #2A2620;     /* body text on parchment */
  --cream: #EFE6D4;        /* text on dark */
  --cream-mute: #B7AE9C;   /* muted text on dark */

  /* feedback — RESERVED for correct/wrong only */
  --green: #1E8A4C;
  --red: #C0392B;

  /* type */
  --serif: 'Cormorant Garamond', Georgia, serif;
  --hebrew: 'Frank Ruhl Libre', 'David', serif;
  --ui: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  /* rhythm */
  --radius: 12px;
  --radius-lg: 18px;
  --shadow-soft: 0 10px 28px rgba(11, 12, 16, .14);
  --shadow-seal: 0 4px 10px rgba(140, 110, 47, .4);
}
