/** reset.css **/
@-ms-viewport {
  width: device-width;
}

*, *::before, *::after {
  box-sizing: border-box;  margin: 0;
}

html, body {
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  font-family: arial;
  font-size: 14px;
  text-rendering: optimizelegibility;
  scroll-padding-top: 1rem;
  scrollbar-gutter: stable both-edges;
}

a {
  text-underline-offset: 0.25rem;}
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}
