/*
Theme Name: WAOGF Theme
Description: West Africa Opportunity Growth Fund — custom ACF Page Builder theme, adapted from jr-theme-v10.
Author: EquipXP Creative
Version: 1.0
Text Domain: waogf
*/

/* ============================================================
   BRAND TOKENS — West Africa Opportunity Growth Fund
   Source: brand guide v1.0 (bbms.us/clients/waogf/brand-guide.html)
   ============================================================ */
:root{
  /* Primary */
  --waogf-steel:        #0A6A9E;
  --waogf-black:         #000000;

  /* Secondary */
  --waogf-burgundy:      #68150A;
  --waogf-gold:           #A67C2E;
  --waogf-steel-tint:    #C8DEE9;
  --waogf-parchment:     #F0EBE1; /* premium PRINT background only — do not use as a web section bg */
  --waogf-light-grey:    #E8E8E8;

  /* Working / derived tones (not in the named palette, but needed for UI) */
  --waogf-ink:            #111111; /* softened black for body copy legibility */
  --waogf-grey:           #4a4a4a;
  --waogf-line:           #E0E0E0;
  --waogf-navy-form:     #0A2C42; /* Investor Inquiries / footer background, per client-approved screenshot */
  --waogf-black-footer:  #08131C;

  /* Type */
  --waogf-font-head:     'Montserrat', sans-serif;
  --waogf-font-body:      'Inter', sans-serif;
  --waogf-font-print:     'Libre Baskerville', serif; /* print-only per brand guide — do not use for on-screen headlines */

  --radius-sm: 2px;
  --radius-md: 4px;
  --radius-lg: 8px;
}
