/* =========================
   DESIGN TOKENS
   KIBRIS PSIKOLOJI
========================= */

:root {
  /* Brand Colors */
  --color-background: #f8f5f0;
  --color-surface: #ffffff;

  --color-primary: #31464f;
  --color-primary-dark: #253940;

  --color-accent: #b97b69;
  --color-accent-soft: #ead6cf;

  --color-sage: #8fa89b;
  --color-sage-soft: #dfe9e3;

  --color-text: #2d3436;
  --color-muted: #7d8488;
  --color-border: #e7ded5;

  --color-white: #ffffff;
  --color-cream: #f8f5f0;
  --color-beige: #f1e8df;
  --color-text-light: #7d8488;

  /* Layout */
  --container-width: 1160px;
  --container-padding: 24px;

  /* Radius */
  --radius-sm: 8px;
  --radius-md: 8px;
  --radius-lg: 8px;
  --radius-pill: 999px;

  /* Shadows */
  --shadow-soft: 0 16px 40px rgba(49, 70, 79, 0.08);
  --shadow-card: 0 24px 70px rgba(49, 70, 79, 0.12);

  /* Typography */
  --font-heading: "Playfair Display", Georgia, serif;
  --font-body: "Inter", Arial, sans-serif;

  /* Spacing */
  --space-xs: 8px;
  --space-sm: 16px;
  --space-md: 24px;
  --space-lg: 40px;
  --space-xl: 64px;
  --space-2xl: 96px;
  --space-3xl: 128px;

  /* Motion */
  --transition: 0.28s ease;
}
