@import "./reset3.css";
@import "./color3.css";
@import "./layout4.css";
@import "./typography3.css";

@import "./components/index6.css";

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding: 6rem;
}

body {
  background-color: white;
  font-family: var(--ff-main);

  font-size: var(--fs-300);

}

@media screen and (min-width: 780px) {
  html {
    scroll-padding: 8rem;
  }
}
