:root {
  --theme-default-color: #00378b;
  --theme-default-font-color: #00378b;
  --theme-default-button-text-color: #ffffff;
  --theme-default-button-border-color: transparent;
  --color-secondary: #00aa1a;
  --color-accent-green: #00aa1a;
  --header-scroll-color: #ffffff;
  --header-scroll-font-color: #101828;
  --header-scroll-font-color-soft: rgba(15, 23, 42, 0.82);
  --header-scroll-active-color: #00378b;
  --header-scroll-border-color: rgba(15, 23, 42, 0.28);
  --header-scroll-toggle-bg: rgba(15, 23, 42, 0.08);
  --header-scroll-toggle-border: rgba(15, 23, 42, 0.24);
  --header-scroll-icon-filter: brightness(0) saturate(100%);
  --theme-default-font-icon-filter: brightness(0) saturate(100%);
  --gh-header-bg-strong: #00378b;
  --gh-header-bg: #00378b;
  --home-color-primary: #00378b;
  --home-color-primary-dark: #002a6b;
  --home-color-accent: #00aa1a;
  --gh-footer-accent: #00378b;
  --gh-footer-bg: linear-gradient(180deg, #00378b 0%, #002a6b 100%);
  --site-content-width: 1600px;
  --site-content-gap: 48px;
  --site-content-shell: min(var(--site-content-width), calc(100% - (var(--site-content-gap) * 2)));
  --site-page-hero-min-height: 72vh;
}

@supports (height: 100dvh) {
  :root {
    --site-page-hero-min-height: 72dvh;
  }
}
