    /* ═══════════════════════════════════════════════════
   PROJECTIVE GROUP — FOREST GREEN & CREAM THEME
   Organic · Earthy · Refined
═══════════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@300;400;500;600;700;800&display=swap');

    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    :root {
      --forest:      #0068B5;
      --forest-dark: #012d4e;
      --forest-mid:  #0B73C9;
      --forest-light:#2A8FE3;
      --forest-pale: #E6F2FB;
      --cream:       #F8FAFC;
      --cream-dark:  #E3E9F0;
      --accent:      #92d0fa;
      --accent2:     #4BA3E2;
      --white:       #FFFFFF;
      --off:         #F5F7FA;
      --text:        #1B1F23;
      --muted:       #5C6770;
      --gold:        #F2A900;
      --font-head:   'Source Sans 3', sans-serif;
      --font-body:   'Source Sans 3', sans-serif;
    }
