{"version":3,"sourceRoot":"","sources":["../../src/partials/reset.scss"],"names":[],"mappings":"AAAA,aAEE,qBAGE,sBAIF,KACE,sBAIF,KACE,gBACA,qBAIF,qCASE,SAGF,GACE,eACA,eACA,uBAIF,YAEE,qBACA,cAIF,6BAIE,aAIF,uCACE,qBAGE,oCACA,uCACA,qCACA,iCAKJ,SACE,wBAGF,OACE","file":"reset.css","sourcesContent":["@layer reset {\n  /* Box sizing */\n  *,\n  *::before,\n  *::after {\n    box-sizing: border-box;\n  }\n\n  /* Prevent font size inflation */\n  html {\n    text-size-adjust: none;\n  }\n\n  /* set up the body */\n  body {\n    line-height: 1.5;\n    min-block-size: 100vh;\n  }\n\n  /* Reset margins */\n  body,\n  h1,\n  h2,\n  h3,\n  h4,\n  h5,\n  p,\n  figure,\n  picture {\n    margin: 0;\n  }\n\n  hr {\n    block-size: 1px;\n    border-width: 0;\n    box-sizing: content-box;\n  }\n\n  /* make images easier to work with */\n  img,\n  picture {\n    max-inline-size: 100%;\n    display: block;\n  }\n\n  /* make form elements easier to work with */\n  input,\n  button,\n  textarea,\n  select {\n    font: inherit;\n  }\n\n  /* remove animations for people who've turned them off */\n  @media (prefers-reduced-motion: reduce) {\n    *,\n    *::before,\n    *::after {\n      animation-duration: 0.01ms !important;\n      animation-iteration-count: 1 !important;\n      transition-duration: 0.01ms !important;\n      scroll-behavior: auto !important;\n    }\n  }\n\n  /* [hidden] attributes should always be hidden */\n  [hidden] {\n    display: none !important;\n  }\n\n  iframe {\n    display: block;\n  }\n}\n"]}