:root {
  /* Шрифты — по мотивам референсов sminex.com (не копия: свободные аналоги с кириллицей) */
  --font-display: "Playfair Display", Georgia, "Times New Roman", serif;
  --font-body: "Manrope", Arial, sans-serif;
  --font-caption: "Tenor Sans", Arial, sans-serif;

  /* Палитра — тёплый белый / угольно-тёмный + бронзовый акцент */
  --color-bg: #f7f4ef;
  --color-bg-dark: #14171b;
  --color-text: #1c1b19;
  --color-text-dark: #f7f4ef;
  --color-text-muted: #6e6a63;
  --color-text-muted-dark: #a9a49a;
  --color-border: #dad5cb;
  --color-border-dark: #33362f;
  --color-accent: #b08d63;

  /* Ритм и сетка */
  --measure: 34em;
  --container-max: 85rem;
  --gutter: 1.5rem;
  --gutter-lg: 5rem;
  --header-height: 5.75rem;

  --space-2xs: 0.5rem;
  --space-xs: 0.75rem;
  --space-sm: 1.25rem;
  --space-md: 2rem;
  --space-lg: 3.5rem;
  --space-xl: 6rem;

  /* Движение */
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --dur-fast: 0.2s;
  --dur-base: 0.5s;
  --dur-slow: 0.9s;

  --radius-pill: 999px;
}
