@import "tailwindcss" source(none);
@import "./global.css";

@theme {
  --color-page: #34302d;
  --color-elevated: #3d3935;
  --color-surface: #3d3935;
  --color-subtle: #46423d;
  --color-border: #524e49;
  --color-ink: #f5e7de;
  --color-muted: #b8b0a6;
  --color-faint: #8a837a;
  --color-accent: #ff925c;
  --color-buy: #8fa3a8;
  --color-sell: #d4847a;
  --color-error: #e8a89e;
  --color-error-bg: #3d322f;
  --color-skeleton: #46423d;

  --font-sans: 'Figtree', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

  --text-nav: 0.8125rem;
  --text-nav-badge: 10px;
  --text-nav-balance: 11px;
}

@source "../../../public";
@source "../../../src";
