:root {
  --main-bg: hsl(0 0% 0%);
  --text-primary: hsl(0 0% 100%);
  --text-secondary: hsl(0 0% 90%);
  --text-muted: #888;
  --button-bg: hsl(220 65% 38%);
  --button-hover-bg: hsl(220 65% 52%);
  --button-text: #fff;
  --card-bg: #fff;
  --input-bg: #fff;
  --input-border: #d1d5db;
  --input-focus: hsl(220 65% 38%);
  --input-text: #1f2937;
  --always-black: #000;
  --always-white: #fff;
}
