:root {
  --border-primary: #000000;
  --border-alternative: #ffffff;
  --background-primary: #ffffff;
  --background-secondary: #f5f5f5;
  --background-alternative: #000000;
  --text-primary: #000000;
  --text-alternative: #ffffff;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text-primary);
  background: var(--background-primary);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

[hidden] {
  display: none !important;
}

.rb-4 {
  margin-bottom: 1rem;
}

.rb-5 {
  margin-bottom: 1.25rem;
}

.rb-12 {
  margin-bottom: 3rem;
}

.rt-4 {
  margin-top: 1rem;
}

.prose img {
  margin: 1.5rem 0;
}

.prose a {
  text-decoration: underline;
}

.js-mobile-menu.is-open {
  transform: translateX(0);
  opacity: 1;
}

body.menu-open {
  overflow: hidden;
}
