/* ── Mokai Design Variables (generated by OASIS CMS admin) ── */
:root {
  /* Brand colours */
  --orange:        #ff6b00;
  --green:         #255a4d;
  --green-lt:      #2f6255;

  /* Accent / background palette */
  --cream:         #fff0c2;
  --cream-bg:      #fff0c2;
  --cream-dark-bg: #fde1a0;
  --tan-bg:        #fde5ae;
  --menu-bg:       #fff0c2;

  /* Text */
  --text-dark:     #2c2439;

  /* Page background */
  --white:         #ffffff;

  /* Typography */
  --font:          'poppins', sans-serif;
  --font-head:     'Raleway', sans-serif;

  /* Repeating background pattern (set via admin → Settings → Design) */
  --bg-pattern:    url('/uploads/2026/07/bg-motif-5.webp');
}

/* Apply heading font universally */
h1, h2, h3, h4, h5, h6,
.display-1, .display-2, .display-3,
.display-4, .display-5, .display-6 {
  font-family: var(--font-head);
}
