:root {
  --surface-1: var(--blue-1);
  --surface-2: var(--gray-2);
  --scrollbar-thumb: var(--highlight);
  --text-1: var(--blue-9);
  --text-2: var(--yellow-9);
  --text-3: var(--gray-6);
}

:where(h1, h2, h3, h4, h5, h6) {
  font-weight: 800;
  letter-spacing: 0.012em;
}

:where(p) {
  font-weight: 200;
  letter-spacing: 0.01em;
}
