/* MVP.css v1.12 - https://github.com/andybrewer/mvp */
/* 色は style/tokens.css のデザイントークンを参照する（本ファイルより前に読み込まれる前提）。
   --color-* はレガシーエイリアス（mvp.css 側の注記参照）。 */
:root {
  --color-text-secondary: var(--c-text-3);
  --border-radius: 5px;
  --color-bg-secondary: var(--c-border-3);
}

* {
  -webkit-tap-highlight-color: var(--c-tap-highlight);
}

hr {
  border: none;
  height: 1px;
  margin: 4rem 0;
  width: 100%;
}

/* .unset ユーティリティは unset.css に一元化（mvp.css との二重管理をやめた）。
   本ファイルを <link> するページは直後に style/unset.css も読み込むこと。 */

details {
  margin: 1.3rem 0;
}

details summary {
  font-weight: bold;
  cursor: pointer;
}
