@font-face {
  font-family: "Berkeley Mono";
  src: url("BerkeleyMono-Regular.woff2") format("woff2");
  font-display: swap;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: "calt";
  font-variant-ligatures: contextual;
}

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

html {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

body {
  color: oklch(43.9% 0 0);
  font-family: "Berkeley Mono", monospace;
  font-size: 0.875rem;
  padding: 1rem 2rem;
}

a {
  color: inherit;
  text-decoration: none;
}

ol, ul {
  list-style: none;
}
