* {
  box-sizing: border-box;
}

html {
  font-size: 100%;;
}

body {
  min-height: 100vh;
  margin: 0;
  font-family: 'Noto Serif', serif;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #1a1a1a;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1em 0;
  line-height: 1.2;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
  font-weight: normal;
  font-style: italic;
}

p {
  line-height: 1.7;
}

a {
  color: inherit;
}

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

.u-text-center {
  text-align: center;
}
