/* =============================================
   AEROFOREST — variables.css
   All design tokens as CSS custom properties.
   Edit here to retheme the entire site.
   ============================================= */

:root {
  /* ── Colour palette ── */
  --bg:             #0a0a0a;   /* Page background */
  --surface:        #111111;   /* Card / elevated surface */
  --accent:         #009166;   /* Brand green — buttons, highlights, rules */
  --text-primary:   #f0f0f0;   /* Headings, primary body copy */
  --text-secondary: #888888;   /* Labels, secondary copy */
  --border-subtle:  #1e1e1e;   /* Hairline dividers */

  /* ── Layout ── */
  --nav-height: 70px;
}
