:root {
  --primary: #317381;
  --primary-dark: #245660;
  --primary-light: #3d8f9f;
  --primary-soft: #e8f4f6;

  --accent: #c9a87c;
  --accent-dark: #b08d5e;
  --accent-light: #e0c9a8;

  --bg: #faf8f5;
  --bg-alt: #f3efe9;
  --surface: #ffffff;
  --surface-hover: #f9f7f4;

  --text: #2c2c2c;
  --text-secondary: #6b6b6b;
  --text-muted: #9a9a9a;
  --text-on-primary: #ffffff;

  --border: #e5e0d8;
  --border-light: #f0ece6;

  --success: #4caf50;
  --warning: #ff9800;
  --danger: #e74c3c;

  --shadow-sm: 0 1px 3px rgba(0,0,0,0.06);
  --shadow-md: 0 4px 12px rgba(0,0,0,0.08);
  --shadow-lg: 0 8px 30px rgba(0,0,0,0.1);

  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-xl: 28px;

  --font-main: 'Segoe UI', system-ui, -apple-system, sans-serif;
  --font-heading: 'Georgia', 'Times New Roman', serif;

  --header-height: 70px;
  --container-max: 1200px;
  --container-padding: 20px;
}
