:root {
  --bg: #e8e8e8;
  --text: #1a1a1a;
  --glass-text: #737373;
  --green: #00b368;
  --blue: #0096FF;
  --shadow: rgba(0, 0, 0, 0.59);
  --major-link: #0096FF;
  --minor-link: #00b368;
  --titlebar-height: env(titlebar-area-height, 0px);
}

/* Dark theme */
:root.dark {
  --bg: #212121;
  --text: #f8f9fb;
  --shadow: rgba(0, 0, 0);
  --glass-text-hover: #b3b3b3;
  --major-link: #00b368;
  --minor-link: #0096FF;
}
