/* tokens.css — design tokens for Eastend Ventures.
   Anything reused across pages lives here as a CSS custom property.
   Edits propagate everywhere; pair this with Framer's "Code variables"
   to mirror them inside the canvas. */

:root {
  --navy: #00263E;
  --navy-deep: #001925;
  --navy-deepest: #000d14;
  --brand-blue: #009CDE;
  --brand-blue-soft: #4DBDEB;
  --brand-blue-dim: #0077A8;
  --white: #ffffff;
  --text: #ffffff;
  --text-muted: rgba(255, 255, 255, 0.66);
  --text-quiet: rgba(255, 255, 255, 0.42);
  --line: rgba(255, 255, 255, 0.10);
  --line-strong: rgba(255, 255, 255, 0.22);
  --display: 'Manrope', -apple-system, BlinkMacSystemFont, sans-serif;
  --body: 'Manrope', -apple-system, BlinkMacSystemFont, sans-serif;
  --mono: 'JetBrains Mono', 'SFMono-Regular', monospace;
}
