:root {
  --brand-navy-950: #0B1F35;
  --brand-navy-900: #102A43;
  --brand-navy-700: #243B53;
  --brand-gold-500: #C9A227;
  --brand-gold-100: #F8F1D6;
  --surface-ivory: #FCFAF5;
  --surface-white: #FFFFFF;
  --surface-muted: #F7F9FB;
  --text-primary: #1F2937;
  --text-secondary: #667085;
  --border-soft: #E5E7EB;
  --border-strong: #D0D5DD;
  --success-text: #157347;
  --success-bg: #EAF7EF;
  --warning-text: #9A6700;
  --warning-bg: #FFF7D6;
  --error-text: #B42318;
  --error-bg: #FDECEC;
  --info-text: #175CD3;
  --info-bg: #EEF4FF;
  --radius-control: 14px;
  --radius-card: 20px;
  --radius-large: 26px;
  --shadow-small: 0 2px 8px rgba(16, 42, 67, 0.06);
  --shadow-card: 0 10px 30px rgba(16, 42, 67, 0.08);
  --shadow-elevated: 0 24px 60px rgba(11, 31, 53, 0.18);
  --transition-fast: 160ms ease;
  --transition-standard: 220ms ease;
  --font-interface: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-accent: "Playfair Display", Georgia, serif;
}
