@font-face {
  font-family: "Victor Mono";
  src: url("fonts/VictorMono-Medium.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Victor Mono";
  src: url("fonts/VictorMono-Bold.woff2") format("woff2");
  font-weight: 900;
  font-style: bold;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  font-family: "Victor Mono", ui-monospace, monospace;
  max-width: 37em;
  display: flex;
  flex-direction: column;
  margin: 1rem auto;
  padding: 1rem;
  lang: en;
  background-color: #fffdf6;
  color: #181515;
}

header {
  margin-block: 1rem;
}

header h1 {
  text-align: left;
  font-weight: 800;
}

section {
  margin-block: 1rem;
  font-size: 125%;
}

section p {
  margin-block: 1rem;
}

footer {
  margin-block: 1rem;
}

a {
  color: inherit;
  transition: all 0.3s;
}

a:hover {
  color: white;
  background-color: black;
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

p {
  text-wrap: pretty;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
}

#root,
#__next {
  isolation: isolate;
}
