:root {
  color-scheme: light;
  --color-navy: #123b5b;
  --color-deep-navy: #0b2f49;
  --color-gold: #c8a94e;
  --color-cream: #f7f5ef;
  --color-white: #ffffff;
  --color-ink: #1c2730;
  --color-muted: #5f6b75;
  --color-line: #d8dedf;
  --color-green: #2fbf8f;
  --color-orange: #ffb548;
  --color-yellow: #f3ca52;
  --color-blue: #2f80ed;
  --color-soft-blue: #e9f1f6;
  --font-sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shell: 1180px;
  --gutter: clamp(1.25rem, 4vw, 3.625rem);
  --radius-sm: 0.75rem;
  --radius-md: 1.5rem;
  --radius-lg: 1.875rem;
  --shadow-phone: 0 1.5rem 3.5rem rgba(11, 47, 73, 0.23);
  --shadow-float: 0 1rem 2.375rem rgba(11, 47, 73, 0.16);
}
