:root {
  /* Брендбук Неометрия: графитово-коричневый фон вместо белого */
  --bg-light: #221e1a;
  --bg-light-alt: #393531;
  --bg-dark: #221e1a;
  --bg-dark-soft: #393531;
  --bg-card: rgba(255, 255, 255, 0.06);

  --text-primary: #fffefb;
  --text-secondary: rgba(255, 254, 251, 0.75);
  --text-muted: rgba(255, 254, 251, 0.5);
  --text-disabled: rgba(255, 254, 251, 0.35);
  --text-on-dark: #fffefb;
  --text-on-dark-muted: rgba(255, 254, 251, 0.75);

  --accent: #ef8400;
  --accent-hover: #f3a340;

  --btn-primary-bg: #ef8400;
  --btn-primary-hover: #f3a340;
  --btn-primary-text: #ffffff;
  --btn-light-bg: #d9d9d9;
  --btn-light-text: #221e1a;
  --btn-light-hover: #ef8400;

  --header-bg: rgba(34, 30, 26, 0.92);
  --header-bg-solid: #221e1a;
  --header-bar-bg: #d9d9d9;
  --header-border: rgba(255, 254, 251, 0.12);
  --header-height: 60px;

  --tag-bg: rgba(255, 255, 255, 0.12);
  --tag-text: #fffefb;

  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 20px;

  --container-max: 1440px;
  --container-padding: 80px;
  --grid-gap: 24px;

  --section-padding-y: 80px;
  --section-padding-y-after-hero: 120px;

  --font-heading: 'Forma DJR Micro', 'Inter', sans-serif;
  --font-heading-weight: 500;
  --font-body: 'Forma DJR Micro', 'Inter', sans-serif;
  --font-body-weight: 500;

  --transition: 0.25s ease;

  --map-pin-main: #ef8400;
  --map-poi-kindergarten: #6eb5e0;
  --map-poi-school: #1f7a6d;
  --map-poi-shop: #49668a;
  --map-poi-mall-bg: #4f3824;
}
