:root {
  --color-primary: #1e3a5f;
  --color-primary-light: #2d5a8e;
  --color-secondary: #f5efe6;
  --color-secondary-dark: #e8ddd0;
  --color-accent: #c4734b;
  --color-accent-hover: #a85f3a;
  --color-bg: #faf8f5;
  --color-bg-alt: #f0ebe3;
  --color-text: #2a2a2a;
  --color-text-muted: #6b6b6b;
  --color-white: #ffffff;
  --font-heading: Georgia, 'Times New Roman', serif;
  --font-body: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-size-base: 18px;
  --line-height: 1.7;
  --max-width: 1100px;
  --spacing-sm: 0.5rem;
  --spacing-md: 1rem;
  --spacing-lg: 2rem;
  --spacing-xl: 4rem;
  --border-radius: 8px;
  --z-nav: 100;
  --z-map: 1;
  --z-back-to-top: 200;
  --ward-1st-color: #1e3a5f;
  --ward-2nd-color: #2d5a8e;
  --ward-3rd-color: #4a7bb5;
  --ward-4th-color: #6b9ed4;
}
