:root {
  --font-main: 'Poppins', 'Inter', system-ui, sans-serif;
  --color-primary: #f5b63a;
  --color-primary-dark: #b88014;
  --color-accent: #7c5cff;
  --color-bg: #050711;
  --color-bg-elevated: #101322;
  --color-bg-soft: #181c2a;
  --color-text: #f5f5f7;
  --color-text-muted: #9ea3b8;

  --color-primary-soft: #ffcf66;
  --color-accent-soft: #a18aff;

  --color-text: #f5f5f7;
  --color-text-muted: #9ea3b8;
  --color-border-subtle: #262a3a;

  --color-bg-soft: #181c2a;
  --color-error: #ff4d6a;
  --color-success: #48d597;

  --color-bg-elevated: #101322;

  --font-main: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 14px;
  --radius-pill: 999px;

  --shadow-soft: 0 14px 40px rgba(0, 0, 0, 0.55);

  --transition-fast: 0.15s ease-out;
  --transition-med: 0.25s ease-out;

  --max-width: 1080px;
}
