@font-face {
  font-family: 'NotoSansJP';
  src: url("./font/NotoSansJP-VariableFont_wght.ttf")
}
body {
  font-family: 'NotoSansJP', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-feature-settings: "palt";
}

.p-topArea {
  min-height: 10vh;
}

.p-topArea.-noimg {
  background: var(--ark-color--link);
}