/* createahead v1 — Design Tokens */

:root {
  --bg: #FCFCFE;
  --text: #0B0B10;
  --muted: #6A6E82;
  --accent: #6847F5;
  --accent-light: #9A7CFF;
  --line: #E9E8F4;
  --error: #C52C2C;

  --radius-pill: 999px;
  --radius-control: 999px;

  --page-x-desktop: 88px;
  --page-x-tablet: 48px;
  --page-x-mobile: 30px;

  --header-top: 28px;
  --footer-pad: 28px;

  --ease: cubic-bezier(.22, 1, .36, 1);

  --font-sans: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
