/* Flowlines design tokens — shared by the website (site/), the sales deck and the pricing document (sales/).
   Change brand colours, type or spacing here only. */

@font-face {
  font-family: 'Geist';
  src: url('/fonts/geist-latin-wght-normal.woff2') format('woff2-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Geist';
  src: url('/fonts/geist-latin-ext-wght-normal.woff2') format('woff2-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --bg-0: #070A10;
  --bg-1: #080B12;
  --bg-2: #0D121C;
  --surface-1: #101827;
  --surface-2: #131D2B;
  --line: rgba(173, 184, 200, 0.12);
  --line-strong: rgba(173, 184, 200, 0.22);

  --text: #F7F8FA;
  --text-2: #ADB8C8;
  --text-3: #8490A2;

  --accent: #4D8DFF;
  --accent-soft: #8DB4FF;
  --accent-strong: #2563EB;
  --success: #2EE6A6;          /* success / qualified / converted states only */
  --success-text: #5EEDBB;
  --wa: #25D366;               /* WhatsApp's brand green — only on WhatsApp buttons */

  --font: 'Geist', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;

  --s-1: 4px; --s-2: 8px; --s-3: 12px; --s-4: 16px; --s-5: 24px; --s-6: 32px;
  --s-7: 48px; --s-8: 64px; --s-9: 80px; --s-10: 96px; --s-11: 128px; --s-12: 160px;

  --gutter: clamp(20px, 4vw, 40px);
  --maxw: 1240px;
  --section-y: clamp(88px, 11vw, 160px);
  --radius: 14px;
  --radius-lg: 22px;
  --ease: cubic-bezier(.2, .7, .2, 1);
  --nav-h: 72px;
}
