@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@700&display=swap");

:root {
  --font-site: 'Zen Maru Gothic', 'Hiragino Maru Gothic ProN', 'Hiragino Maru Gothic Pro', sans-serif;
}

html {
  font-family: var(--font-site);
  font-weight: 700;
  background: #fff;
}

body {
  font-family: inherit;
  font-weight: inherit;
  background: #fff;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-weight: inherit;
}
