:root {
  --color-primary: #deba81;
  --color-white:#FFF;
}

:where(body.body-top) * {
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.5;
  color: #222222;
}
img {
  display: block;
  block-size: auto;
}

@media screen and (min-width: 768px) {
  a:hover, button:hover {
    transition: all 0.3s ease;
    opacity: 0.7;
    cursor: pointer;
  }
}
