/*
Theme Name:   Flight Training Solutions
Theme URI:    https://flighttraining.sg
Description:  Child theme of Hello Elementor for Flight Training Solutions (Singapore) Pte Ltd. Holds the brand tokens taken from the approved design drafts and the pre-launch holding page.
Author:       Flight Training Solutions
Template:     hello-elementor
Version:      1.0.0
Text Domain:  fts-child
*/

/* ---------------------------------------------------------------------------
   Brand tokens — sourced from the approved HTML drafts in /HTML.
   #16305e is the canonical navy (72 uses across the drafts). The logo artwork
   ships as #001E50; the drafts win, per the brand decision on 2026-07-31.
   --------------------------------------------------------------------------- */

:root {
  --fts-navy:        #16305e;
  --fts-navy-deep:   #0b1830;
  --fts-blue:        #3a6bc4;
  --fts-blue-soft:   #9fb0cf;
  --fts-mist:        #c9d4e8;
  --fts-pale:        #e8effa;
  --fts-paper:       #f6f8fb;
  --fts-line:        #e3e6ec;
  --fts-slate:       #5a6270;
  /* Darkened from #98a0ae, which measured 2.3-2.6:1 and failed AA everywhere it
     was used — simulator spec captions and every piece of ticket small print.
     #646d80 is the lightest value that still clears 4.5:1 against all three
     surfaces it sits on (white card, ticket paper #faf8f4, stub #f3f0ea). */
  --fts-slate-soft:  #646d80;

  /* Footer surface. #8fa0be measures 6.65:1 on --fts-navy-deep, so the whole
     footer clears AA for body text; --fts-foot-line is a divider only and
     carries no contrast requirement. */
  --fts-foot-text:   #8fa0be;
  --fts-foot-line:   #1c3055;

  --fts-font:        'Barlow', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --fts-font-cond:   'Barlow Condensed', 'Barlow', system-ui, sans-serif;
}
