@charset "utf-8";

:root {
  --black: #14171A;
  --white: #B8B9BA;
}

body {
  background: var(--black);
  color: var(--white);
  margin: 0;
}

h1, h2, h3, h4, h5, p, div, ul, ol, dl {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: .04rem;
  font-feature-settings: "palt";
}

a {
  color: var(--white);
}

a:hover {
  text-decoration: none;
}
