:root {
  --cl-brand: #00376d;
  --cl-brand-secondary: #e94f2d;
  --cl-brand-accent: #f6f6f6;
  --cl-brand-contrast: #f9faff;
  --cl-brand-secondary-contrast: #f9faff;
  --cl-brand-accent-contrast: #0c0c0c;
  --channel: web;
  --cl-website-menu-bg: #f6f6f6;
  --cl-website-menu-text: #00376d;
  --cl-website-menu-text-hover: #df4343;
  --cl-website-menu-text-active: #00376d;
  --cl-report-menu-bg: #f6f6f6;
  --cl-report-menu-text: #00376d;
  --cl-report-menu-text-hover: #df4949;
  --cl-report-menu-text-active: #00376d;
  --body-lh: 1.5;
  --body-cl: #000000;
  --headings-typeface: poppins;
  --th-size-shrink-1: -0.1rem;
  --th-size-shrink-2: -0.2rem;
  --tb-size-shrink-1: -0.1rem;
  --tb-size-shrink-2: -0.2rem;
  --tf-size-shrink-1: -0.1rem;
  --tf-size-shrink-2: -0.2rem;
  --h1-ff: chalet;
  --h1-wght: 700;
  --h1-lh: 1.2;
  --h1-cl: #00376d;
  --h2-ff: chalet;
  --h2-wght: 500;
  --h2-lh: 1.2;
  --h2-cl: #00376d;
  --h3-ff: poppins;
  --h3-lh: 1.5;
  --h3-cl: #00376d;
  --h4-ff: poppins;
  --h4-lh: 1.5;
  --h4-cl: #00376d;
  --h5-ff: poppins;
  --h5-lh: 1.5;
  --h5-cl: #0267cc;
  --h6-ff: poppins;
  --h6-lh: 1.5;
  --h6-cl: #00376d;
  --url-cl-active: #e94f2d;
}

