
html,
body {
  background-color: #9E1F1F;
}

:root[data-bs-theme="light"] {
  --bc-main-bg: #fff;
}

:root[data-bs-theme="dark"] {
  --bc-main-bg: var(--bs-body-bg);
}

body > main {
  background: var(--bc-main-bg, #fff);
}

.sticky-offset {
  padding-top: 4.5rem;
}

.safari-tint-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: #9E1F1F;
  pointer-events: none;
  z-index: 0;
}

header {
  position: sticky;
  top: 0;
  z-index: 1030;
  background: #9E1F1F;
}
