:root {
  --channel: web;
  --cl-brand: #3b2eb2;
  --cl-brand-secondary: #f4efe9;
  --cl-brand-accent: #100045;
  --cl-brand-contrast: #f9faff;
  --cl-brand-secondary-contrast: #0c0c0c;
  --cl-brand-accent-contrast: #f9faff;
  --body-cl: #0a0a0a;
  --body-typeface: ibm-plex;
  --headings-typeface: ibm-plex;
  --h1-wght: 700;
  --h1-cl: #372ba6;
  --h2-wght: 500;
  --h2-cl: #100045;
  --h3-wght: 400;
  --h3-cl: #4e1375;
  --h4-wght: 400;
  --url-cl: #200089;
  --url-cl-hover: #97afdb;
  --url-cl-active: #f4efe9;
  --url-decoration: solid underline;
  --url-decoration-hover: dotted underline;
  --quote-cl: #200089;
  --quote-wgth: 500;
}

