:root {
  --maroon: #800020;
  --maroon-dark: #5c0018;
  --maroon-light: #a0002a;
  --gold: #D4AF37;
  --gold-light: #e8c96a;
  --gold-muted: rgba(212, 175, 55, 0.15);
  --white: #ffffff;
  --text: #1a1a1a;
  --text-muted: #5a5a5a;
  --border: rgba(0, 0, 0, 0.08);
  --shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 8px 32px rgba(0, 0, 0, 0.12);
  --nav-height: 80px;
  --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --font-sans: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --font-arabic: "Segoe UI", "Tahoma", "Arial", sans-serif;
}
