/**
 * Brand tokens extracted from https://barnaul.kiber-one.com/ (TZ §4.2.1).
 * Font: PF BeauSans Pro on reference site — local fallback stack for hub landing.
 */
:root {
  --color-brand-yellow: #ffc322;
  --color-brand-yellow-dark: #f6c90e;
  --color-brand-teal: #05b9be;
  --color-brand-teal-bright: #13c9ba;
  --color-link: #046a6e;
  --color-focus: #046a6e;
  --color-text: #211e22;
  --color-text-muted: #5a5560;
  --color-bg: #fefefe;
  --color-bg-muted: #e7e7e7;
  --color-white: #ffffff;
  --color-border: #d8d8d8;

  --font-brand: 'Segoe UI', system-ui, -apple-system, Roboto, 'Helvetica Neue', Arial, sans-serif;

  --space-xs: 0.5rem;
  --space-sm: 0.75rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2rem;
  --space-2xl: 3rem;

  --radius-sm: 0.5rem;
  --radius-md: 0.75rem;
  --radius-lg: 1rem;
  --radius-pill: 999px;

  --shadow-card: 0 4px 16px rgb(33 30 34 / 8%);
  --max-width: 72rem;
}
