
:root {

  --bg-main: #050505;

  --primary: #ff9d2f;
  --primary-light: #ffb347;
  --primary-dark: #ff8c00;

  --text-main: rgba(255,255,255,0.92);
  --text-soft: rgba(255,255,255,0.72);
  --text-muted: rgba(255,255,255,0.45);

  --border-soft: rgba(255,255,255,0.08);
  --border-orange: rgba(255,140,0,0.18);

  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 28px;

  --transition: 0.3s ease;

  --glow-orange:
    0 0 12px rgba(255,140,0,0.25);
}
