:root {
  --rb-navy: #0f2340;
  --rb-navy-900: #0a1a30;
  --rb-navy-700: #1a3a5c;
  --rb-navy-600: #234870;
  --rb-gold: #c9a84c;
  --rb-gold-300: #e2c97a;
  --rb-cream: #f5f1ea;
  --rb-cream-200: #ede8df;
  --rb-white: #ffffff;
  --rb-text: #3d4f63;
  --rb-muted: #7b8794;
  --rb-border: rgba(15, 35, 64, .12);
  --rb-border-dark: rgba(255, 255, 255, .12);
  --rb-success: #18845c;
  --rb-danger: #b42318;
  --rb-font-body: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --rb-font-display: "Playfair Display", Georgia, serif;
  --rb-container: 1180px;
  --rb-content: 820px;
  --rb-space-1: .5rem;
  --rb-space-2: .75rem;
  --rb-space-3: 1rem;
  --rb-space-4: 1.5rem;
  --rb-space-5: 2rem;
  --rb-space-6: 3rem;
  --rb-space-7: 4.5rem;
  --rb-radius-sm: 10px;
  --rb-radius: 16px;
  --rb-radius-lg: 22px;
  --rb-shadow-sm: 0 8px 22px rgba(15, 35, 64, .07);
  --rb-shadow: 0 18px 48px rgba(15, 35, 64, .10);
  --rb-transition: 180ms ease;
}
