/****************************************
 Do Not Edit this file whatsoever, it's compiled CSS, and will be overwritten anytime the variables change.
****************************************/
:root {
  --copy: #2b2e2f;
  --gray: #adb6bd;
  --gray-blue: #3a4a58;
  --lt-gray: #e8e8e8;
  --med-gray: #8996a0;

  --background-color: #ffffff;
  --link-color: #000000;
  --link-hover: #0066ce;

  --primary-color: #001f66;
  --secondary-color: #0066cf;
  --tertiary-color: #bbe9ff;
  --quaternary-color: #f8f9fb;

  --accent-color: #fff600;

  --base-font: 18px;
  --font-xs: 12px;
  --font-sm: 14px;
  --font-md: 16px;
  --font-lg: 21px;
  --font-xl: 24px;
  --font-2x: 32px;
  --font-3x: 42px;
  --font-4x: 52px;

  --font-family: 'Inter', sans-serif;
  --font-secondary: 'Inter', sans-serif;
}