/* ------------ Variables ------------- */
:root {
  --theme-color: #224980;
  --theme-secondary-color: #E51C35;
  --theme-tertiary-color: #16ACBA;
  --hepa-blue: #02428C;
  --theme-grey: #333333;
  --hepa-grey: #333333;
  --theme-text-color: #000000;
  --theme-font:'Verdana';
  --theme-heading-font: 'Verdana' ;
  --hepa-font: 'Verdana';
  --hepa-boldy: 'Verdana';
}