:root {
  --navy:        #0a1a2f;
  --navy-deep:   #060f1d;
  --gold:        #c9a24b;
  --gold-dim:    rgba(201, 162, 75, 0.18);
  --gold-border: rgba(201, 162, 75, 0.30);
  --white:       #ffffff;
  --gray-1:      #ecf2f9;
  --gray-2:      #ecf2f9;
  --gray-3:      #3d5472;
  --wire:        rgba(255, 255, 255, 0.08);
  --font-body:   'Montserrat', sans-serif;
  --text-xs:     11px;
  --text-sm:     13px;
  --text-base:   16px;
  --text-lg:     17px;
  --text-xl:     20px;
  --container:   1200px;
  --section-pad: 96px 0;
  --wrap-x:      48px;
  --ease:        cubic-bezier(0.4, 0, 0.2, 1);
  --spring:      cubic-bezier(0.34, 1.3, 0.64, 1);
}
