:root {
  --brandFont: "Jost", sans-serif;
  --primary1: #00538b;
  --primary2: #0074bf;
  --primary3: #00b388;
  --secondary1: #043465;
  --secondary2: #00b48d;
  --secondary3: #a20055;
  --secondary3-alt: #b51965;
  --bodyBg: white;

  --gray100: #f4f2ed;
  --gray200: #dbdad7;
  --gray300: #c2c3c1;
  --gray400: #a9abaa;
  --gray500: #909394;
  --gray600: #777c7e;
  --gray700: #5e6468;
  --gray800: #454d51;
  --gray900: #2c353b;

  --text: var(--gray900);
  --text-dark: black;
  --link: var(--primary2);

  --maxWidth: 1300px;
  --maxTextWidth: 95ch;

  --baseFontSize: 1rem;
  --baseFontWeight: 350;
  --baseLineHeight: 1.5;
  --boxHeadingSize: calc(var(--baseFontSize) * 1.6);

  --h1Scale: calc(var(--baseFontSize) * 2.2);
  --h1Weight: 500;

  --h2Scale: calc(var(--baseFontSize) * 1.8);
  --h2Weight: 450;

  --bigShadow: drop-shadow(0 0.5em 2em rgba(0, 0, 0, 0.15));
  
  --jostSizeAdjustment: 1.1rem;
}
