@tailwind base;
@tailwind components;
@tailwind utilities;

/* Простые токены */
:root {
  --brand: #6b8afd;
}
a { color: var(--brand); }