/****************************************
 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: #2c2d7d;
  --link-hover: #57c4f0;

  --primary-color: #000000;
  --secondary-color: #efd421;
  --tertiary-color: #353535;
  --quaternary-color: #b5b5b5;

  --accent-color: #efd421;

  --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;
}