/* RESET */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* ROOT */
:root {
  --bg: #0f172a;
  --text: #ffffff;
  --accent: #38bdf8;
}