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

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

a {
  text-decoration: none;
  color: inherit;
}

body {
  text-rendering: optimizeSpeed;
}

html {
  scroll-behavior: smooth;
}

/*******/
