*,
:after,
:before {
    box-sizing: border-box;
}

blockquote,
body,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
p {
    margin: 0;
}

html {
  text-size-adjust:none;
  -webkit-text-size-adjust:none
}
html:focus-within {
  scroll-behavior:smooth
}
body {
  text-rendering:optimizeSpeed;
  line-height:1.5;
  min-height:100vh
}
a:not([class]) {
  text-decoration-skip-ink:auto
}
img,
picture {
  display:block;
  max-width:100%
}
button,
input,
select,
textarea {
  font:inherit
}
