/*
Theme Name:   Astra Child — Midlands Men's Hike
Theme URI:    https://menshike.org
Description:  Child theme for the Midlands Men's Hike website, built on Astra.
Author:       Midlands Men's Hike
Template:     astra
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  astra-child
*/

/* ============================================================
   MIDLANDS MEN'S HIKE — GLOBAL DESIGN TOKENS
   ============================================================ */

:root {
  --mmh-charcoal:    #1c1c1e;
  --mmh-slate:       #3a4a56;
  --mmh-forest:      #2d4a35;
  --mmh-umber:       #6b3d2e;
  --mmh-gold:        #b8963e;
  --mmh-gold-light:  #d4af6a;
  --mmh-cream:       #f5f0e8;
  --mmh-offwhite:    #faf8f4;
  --mmh-mist:        #e8e4dc;
  --mmh-text:        #2a2a2a;
  --mmh-text-light:  #6b6b6b;

  --font-display:    'Oswald', 'Montserrat', sans-serif;
  --font-body:       'Lora', 'Georgia', serif;
  --font-ui:         'Montserrat', sans-serif;

  --radius:          4px;
  --transition:      0.25s ease;
}
