/* ── Mokai Design Variables (generated by OASIS CMS admin) ── */
:root {
  /* Brand colours */
  --orange:        #ee6f08;
  --green:         #1e5f46;
  --green-lt:      #29674f;

  /* Accent / background palette */
  --cream:         #ffedbf;
  --cream-bg:      #faf4e6;
  --cream-dark-bg: #ffe6a6;
  --tan-bg:        #ffe9b3;
  --menu-bg:       #ffedbf;

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

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

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

/* 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);
}
