/*
Theme Name: GeoSite Child
Template: geo-sites
Version: 1.0
*/
:root {
  --navy:       #003DA5;   /* Saltire navy — primary */
  --navy-dark:  #002B7A;   /* Dark navy — hover, footer */
  --navy-deep:  #001E55;   /* Deep navy — hero panel, platform section */
  --navy-mid:   #1A52B5;   /* Mid navy — accents */
  --white:      #FFFFFF;
  --off-white:  #F8F9FC;   /* Light blue-white — section backgrounds */
  --tint:       #EEF2FB;   /* Navy tint — visit section, card hover */
  --tint-mid:   #D8E2F5;   /* Mid tint — dividers */
  --silver:     #C0CDEA;   /* Silver — borders */
  --charcoal:   #1A1F36;   /* Primary headings */
  --body:       #374151;   /* Body text */
  --muted:      #6B7280;   /* Captions, labels */
  --rule:       #E5EAF5;   /* Dividers */

  --fd: 'Cormorant Garant', Georgia, serif;   /* Display — confirmed standard */
  --fb: 'Source Sans 3', system-ui, sans-serif; /* Body — confirmed standard */
  --max: 1200px;   /* Container — confirmed template standard */
  --pad: clamp(18px, 4.5vw, 48px);
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}
p {
  line-height: 1.6;
}