:root {
  --wbd-navy: #06152b;
  --wbd-blue: #2d8cff;
  --wbd-blue-light: #70b7ff;
  --wbd-line: #234266;
  --wbd-muted: #a9bad0;
  --bs-body-font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body[data-bs-theme="dark"] {
  --bs-body-bg: var(--wbd-navy);
  --bs-body-color: #f4f7fb;
  --bs-emphasis-color: #fff;
  --bs-secondary-color: var(--wbd-muted);
  --bs-secondary-color-rgb: 169, 186, 208;
  --bs-tertiary-bg: #0d2444;
  --bs-tertiary-color: var(--wbd-muted);
  --bs-primary: var(--wbd-blue);
  --bs-primary-rgb: 45, 140, 255;
  --bs-link-color: var(--wbd-blue-light);
  --bs-link-hover-color: #a4d1ff;
  --bs-border-color: var(--wbd-line);
}

body {
  font-family: var(--bs-body-font-family);
  font-synthesis: none;
}

.wbd-global-nav {
  width: 100vw;
  max-width: 100vw;
  margin-inline-start: calc(50% - 50vw);
}
