/* Design tokens extracted from live recplace.ru (Tilda). Extend as families are rebuilt. */
:root {
  /* palette */
  --c-accent: #fa6520;        /* primary orange */
  --c-accent-dark: #e5541a;
  --c-bg: #ffffff;
  --c-bg-dark: #181818;       /* footer bg */
  --c-bg-soft: #fff4ee;       /* pale orange sections */
  --c-bg-grey: #f5f5f5;
  --c-text: #343434;
  --c-text-soft: #808080;
  --c-cookie: #3a3a3a;

  /* type */
  --f-body: 'Raleway', Arial, sans-serif;
  --f-display: 'Unbounded', 'Raleway', sans-serif;
  --f-inter: 'Inter', Arial, sans-serif;

  /* layout */
  --w-content: 1200px;        /* Tilda grid width */
  --radius-l: 30px;
  --radius-m: 16px;
  --radius-pill: 50px;
}
