/* TurtleFinvest — design tokens. See BRAND.md for usage rules. */
:root {
  /* greens */
  --tw-green-900:#213D38;
  --tw-green-800:#345B52;
  --tw-green-700:#3C665D;
  --tw-primary:#4D7F73;
  --tw-green-300:#B7D0CA;
  --tw-green-100:#DBE7E3;
  --tw-green-50:#E2EFEA;

  /* surfaces */
  --tw-secondary:#7FA98A;   /* illustration & charts only */
  --tw-sage-200:#D6E6E2;
  --tw-sage-50:#EFF7F5;
  --tw-mist:#F1F5F3;
  --tw-offwhite:#FAFBFA;
  --tw-white:#FFFFFF;
  --tw-page:#F3F6F4;

  /* text */
  --tw-ink:#1B211D;
  --tw-body:#414B45;
  --tw-muted:#5F6A64;
  --tw-subtle:#7B8480;
  --tw-disabled:#9AA39D;
  --tw-on-dark:#F1F5F3;
  --tw-on-dark-muted:#C0D7D1;

  /* borders */
  --tw-border:#E2EAE5;
  --tw-border-soft:#E6ECE8;
  --tw-border-strong:#D8E1DC;
  --tw-rule:#F1F5F3;

  /* semantic */
  --tw-success:#17845A;  --tw-success-bg:#E2EFEA;
  --tw-warning:#A8721B;
  --tw-error:#AB453C;    --tw-error-bg:#F8EBE9;

  /* restricted */
  --tw-bronze:#B5976B;   /* logo growth arrow ONLY */

  /* type */
  --tw-font-display:'Poppins','Manrope',sans-serif;
  --tw-font-ui:'Manrope',-apple-system,Helvetica,sans-serif;

  /* space (4px base) */
  --tw-space-1:4px;  --tw-space-2:8px;  --tw-space-3:12px; --tw-space-4:16px;
  --tw-space-6:24px; --tw-space-10:40px; --tw-space-18:72px;

  /* radius */
  --tw-radius-tile:9px;
  --tw-radius-button:11px;
  --tw-radius-input:12px;
  --tw-radius-inner:14px;
  --tw-radius-card:16px;
  --tw-radius-panel:20px;
  --tw-radius-pill:999px;

  /* elevation */
  --tw-elev-0:0 0 0 1px #E6ECE8;
  --tw-elev-1:0 1px 2px rgba(27,33,29,.06);
  --tw-elev-2:0 6px 16px -8px rgba(27,33,29,.2);
  --tw-elev-3:0 24px 48px -20px rgba(27,33,29,.3);
  --tw-focus-ring:0 0 0 3px rgba(77,127,115,.16);

  /* layout */
  --tw-content-max:1200px;
  --tw-gutter-web:40px;
  --tw-gutter-mobile:16px;
  --tw-nav-height:72px;
  --tw-touch-min:44px;
}
