/****************************************
 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: #1e73be;

  --primary-color: #1e73be;
  --secondary-color: #2395e0;
  --tertiary-color: #1f98c4;
  --quaternary-color: #23c5dd;

  --accent-color: #81d742;

  --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: 'Poppins', sans-serif;
  --font-secondary: 'Poppins', sans-serif;
}