/* Guru di Rumah — cream + deep teal + gold.
 * Tone: intimate, scholarly. The private tutor who comes to your desk at dusk.
 */
:root {
  --accent-1: #1C4B4B;            /* deep teal — CTAs, section-labels, underlines */
  --accent-1-soft: #2B6262;       /* hover/active */
  --accent-2: #D4A454;            /* gold — emphasis, italic serif, stat numbers */
  --accent-ink: #FBF7F0;          /* cream on teal CTAs */
  --page-bg: #FBF7F0;
}

body { background: var(--page-bg); }

/* Editorial micro-accents — thin gold rules between editorial sections feel right here. */
.section--accent-rule { border-top: 1px solid var(--accent-2); }
