:root {
  --champ-bg: #ffffff;
  --champ-canvas: #ecedf1;
  --champ-surface: #f6f7f8;
  --champ-surface-sunken: #ebecef;
  --champ-text: #54595f;
  --champ-text-subtle: #676b6f;
  --champ-heading: #333333;
  --champ-link: #4256ac;
  --champ-border: rgb(0 0 0 / 0.12);
  --champ-primary: #4256ac;
  --champ-on-primary: #ffffff;
  --champ-header-bg: #4256ac;
  --champ-header-text: #ffffff;
  --champ-category-bg: #ffffff;
  --champ-category-text: #2f2f2f;
  --champ-link-hover: #37478e;
  --champ-font: "Arial", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}


