:root {
  /* Colors */
  --link: #007bff;
  --white: #ffffff;
  --black: #000000;
  --ribbon-bg: #240F6E;
  --heading-color: #202020;
  --btn-gray: #A0A0A0;
  --btn-gray-1: #AAAAAA;
  --body-text-color: #212121;
  --gray-bg: #F8F8F8;
  --primary-color: #240F6E;
  --sticky-ribbon-text-color: #ffffff;
  --cta-color: #ffffff;
  --lighter-gray: #DDDDDD;
  --text-gray: #606060;
  --bg-gray: #EEEEEE;
  --brand-primary-color: #240F6E;
  --faded-purple: #7C6CA7;
  --link-blue: #082ECF;  
  --link-light-blue: #005DE8;  
  --gray-border: #CCCCCC;
  --gray-hover: #EEEEEE;
  --slider-dot-inactive: #20202066;
  --yellow: #FFC800;

  --cta-border-radius: 30px;
  --side-margin: 0 -15px;

  --container-width: 1150px;

  /* Typography */
  --title-font-family: 'Open Sans';

  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-semi-bold: 600;
  --font-weight-bold: 700;
  --font-weight-extra-bold: 800;

  --swap-card-border-radius: 30px;
  --image-block-border-radius: 30px;
  --timeline-card-border-radius: 30px;
  --cl-label-bg: #FEC802;
  --cl-label-txt: #212121;

  --txt-8xl: 82px;
  --txt-6xl: 68px;
  --txt-5xl: 56px;
  --txt-xxxl: 50px;
  --txt-2-xxl: 46px;
  --txt-hm-3xl: 44px;
  --txt-2-xl: 40px;
  --txt-2-l: 38px;
  --txt-xxl-xl: 36px;
  --txt-hm-xxl: 34px;
  --txt-h-m-xxl: 32px;
  --txt-h-xxl: 30px;
  --txt-m-h-xxl: 28px;
  --txt-xxl: 26px;
  --txt-h-xl: 24px;
  --txt-xl: 20px;
  --txt-lg: 18px;
  --txt-md: 16px;
  --txt-md-sm: 15px;
  --txt-sm: 14px;
  --txt-sm-xs: 13px;
  --txt-xs: 12px;
  --txt-xxs: 11px;
  --txt-xxxs: 10px;

  --container-max-width: 1130px;
}

.site-alpadia {
  --heading-color: #202020;
  --primary-color: #EC0928;
  --brand-primary-color: #EC0928;
  --title-font-family: 'Open Sans';
  --hc-card-border-radius: 0;
}

.site-kaplan {
  --heading-color: #202020;
  --primary-color: #240F6E;
  --brand-primary-color: #240F6E;
  --title-font-family: 'Merriweather';
  --hc-card-border-radius: 30px 0 0 0;
}

.site-esl {
  --hc-card-border-radius: 4px;
}