:root {
  --theme-headline-font: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --theme-text-font: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --theme-header-background-color: white;
  --theme-header-text-color: #102a4c;

  --theme-banner-background-color: #259ad1;
  --theme-banner-text-color: #FAFAFD;

  --theme-footer-background-color: #102a4c;
  --theme-footer-text-color: #FAFAFD;

  --theme-primary-color: #259ad1;
  --theme-on-primary-color: #FAFAFD;

  --theme-roundness: 1.5;
}

[data-component="toc"] {
  --background-color-selected: #66c39b;
}