/* Hide element visually, keeping it focusable (with keyboard) and available for screen-readers */
html {
  --anvil1-version: "14.5.3";
}

/*
// a tags are used a lot in React applications for navigation and actions that wrap components, and shouldn't have underlines.
// a Link component should be used for text that should look like a traditional link
*/
@layer starter {
  a,
a:hover,
a:focus {
    text-decoration: none;
  }
}
.list-unset {
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 0;
  padding-left: 0;
}

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