@font-face {
    font-family: "Select Mono";
    src: url("../fonts/SelectMono-Italic.woff") format("woff");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

:root {
    font-family: "Select Mono", monospace;
}

body {
    font-optical-sizing: auto;
      font-weight: 300;
      font-style: normal;
      font-size: 1.2rem;
      line-height: 1.2em;
      color: #000;
      text-align: center;
      display: grid;
      min-height: 90vh;
}

main {
    font-family: inherit;
    padding: 2em;
      margin: auto;
      max-width: 45rem;
}
