@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');
:root {
  --accent: #00e5ff;
  --accent-2: #5b8cff;
  --card: rgba(20,28,45,.6);
  --glass: rgba(255,255,255,.04);
  --good: #10b981;
  --muted: #a9b6d7;
  --panel: #121a2a;
  --txt: #e7eefc;
  --font-family: 'Inter',system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,'Helvetica Neue','Noto Sans',Arial;
}
