@import url("./base/variables.css");
@import url("./components/button.css");
@import url("./layout/header.css");
@import url("./layout/footer.css");

body {
  margin: 0;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic,
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background: var(--gray-50);
}

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

img {
  display: block;
  max-width: 100%;
  height: auto;
}

