:root {
  --bg: #111111;
  --card: #1b1b1b;
  --text: #f5f5f5;
  --muted: #b3b3b3;
  --border: #3a3a3a;

  --primary: #f5f5f5;
  --primary-text: #111111;

  --focus: #9a9a9a;

  --danger: #ff5a5a;
  --danger-bg: rgba(255, 90, 90, .14);

  --shadow: 0 18px 45px rgba(0, 0, 0, .35);
  --radius: 22px;
}
