/* =========================================================
   VARIABLES — edit colors/fonts here and they update everywhere
   ========================================================= */
:root{
  --primary-dark:#16324A;
  --primary:#2C5F8A;
  --primary-mid:#3A72A0;
  --primary-light:#4A90D9;
  --gold:#C9A15B;
  --gold-light:#E7CE93;
  --cream:#F6F1E4;
  --cream-warm:#EFE6CF;
  --ink:#1C2420;
  --sage:#8FB3D9;
  --line: rgba(201,161,91,0.28);

  --font-display:'Cormorant Garamond', serif;
  --font-body:'Manrope', sans-serif;
}
