:root {
  /* Catppuccin Mocha */
  --base: #1e1e2e;
  --text: #cdd6f4;
  --subtext: #a6adc8;
  --peach: #fab387;
  --lavender: #b4befe;
}

body {
  margin: 40px auto;
  max-width: 650px;
  line-height: 1.6;
  font-size: 18px;
  padding: 0 10px;
  background-color: var(--base);
  color: var(--text);
  font-family: "Avenir Next", Avenir, system-ui, sans-serif;
}

h1,
h2,
h3 {
  line-height: 1.2;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: var(--lavender);
}

a:hover,
a:active {
  text-decoration: underline;
}

h1 a {
  color: var(--peach);
}
