@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Source+Serif+4:wght@600;700&display=swap');

:root {
  --color-primary: #0c1929;
  --color-secondary: #152a40;
  --color-accent: #0ea5e9;
  --color-accent-soft: #38bdf8;
  --color-trade: #0369a1;
  --color-bg: #f1f5f9;
  --color-bg-white: #ffffff;
  --color-text: #0c1929;
  --color-text-muted: #64748b;
  --color-border: #e2e8f0;
  --font-heading: 'Source Serif 4', serif;
  --font-body: 'Inter', sans-serif;
  --radius: 8px;
  --shadow: 0 8px 32px rgba(12, 25, 41, 0.08);
}
