@font-face {
    font-family: "ManuzioBeta";
    src:
      local("Trickster"),
      url("/fonts/ManuzioBeta-Italic.woff2") format("woff2"),
  }

  :root {
    --user-color-hex: #000000; /* Default value */
    --user-color-rgb: 0,0,0; /* Default value */
  }


body, html {
    /* font-family: 'ManuzioBeta', 'Arial', sans-serif; */
    -webkit-font-smoothing: antialiased;
    font-family: -apple-system-ui-serif, ui-serif, Spectral, Georgia, serif;
    font-size: 18px;
    background-color: rgb(160, 164, 167);
    line-height: 1.25;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 1em;
    font-weight: normal;
}

main {
    margin-top: 4rem;
}

ul, ol {
    list-style-position: inside;
}

