@charset "utf-8";

@font-face {
  font-family: "Zen Kurenaido";
  src: url(../zenkurenaido.woff2) format("woff2");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Zen Kurenaido",Meiryo,sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  margin: 0;
}

h1 {
  margin: 1rem auto;
}

a {
  text-decoration: none;
}
