:root {
  /* Brand colours */
  --ink: #082B33;
  --cream: #FAF7F0;
  --pale-blue: #EAF4F5;
  --orange: #F58220;
  --orange-text: #B94A00;
  --gold: #FFB81C;
  --leaf: #16835D;
  --slate: #52666A;
  --white: #FFFFFF;
  --border: #DCE5E5;

  /* Fonts */
  --font-heading: 'Montserrat', sans-serif;
  --font-body: 'DM Sans', sans-serif;

  /* Spacing scale */
  --space-1: 0.5rem;
  --space-2: 1rem;
  --space-3: 1.5rem;
  --space-4: 2rem;
  --space-5: 3rem;
  --space-6: 4rem;
  --space-7: 6rem;
  --space-8: 8rem;

  /* Layout */
  --container-width: 1180px;
  --radius: 12px;
  --radius-card: 16px;

  /* Shadows (used sparingly, brief says no heavy shadow) */
  --shadow-soft: 0 4px 16px rgba(8, 43, 51, 0.06);
}
