@layer reset, general, layout, utilities, theme;
@layer reset {
  *, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font: inherit;
  }
  body {
    min-height: 100vh;
    min-height: 100svh;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
  ul, ol {
    list-style: none;
  }
  a {
    text-decoration: none;
    color: currentColor;
  }
  p {
    text-wrap: pretty;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: revert;
    font-weight: revert;
    text-wrap: balance;
  }
  img, picture, video, canvas, svg {
    display: block;
    max-width: 100%;
    height: auto;
  }
  input, button, textarea, select {
    font: inherit;
  }
}
@layer general {
  body {
    font-family: system-ui, sans-serif;
    line-height: 1.25;
  }
  h2, h3, h4, h5, h6, p {
    margin-block: 1rem;
  }
  main > *:first-child {
    margin-top: 0;
  }
  main > *:last-child {
    margin-bottom: 0;
  }
}

/*# sourceMappingURL=main.css.map */
