@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap');
:root {
  --bg-app: #0d1117;
  --bg-card: #161b22;
  --bg-input: #0d1117;
  --color-primary: #58a6ff;
  --color-success: #3fb950;
  --color-danger: #f85149;
  --color-warning: #d29922;
  --color-text: #e6edf3;
  --color-muted: #8b949e;
  --color-border: #30363d;
  --font-family: 'Inter',system-ui,sans-serif;
  --font-size-base: 13px;
  --radius: 20px;
}
