/* Tailwind CDN でカバーしきれない微調整のみ */

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic",
    "Meiryo", sans-serif;
}

/* details/summary のデフォルト三角マーカーを消す */
summary::-webkit-details-marker {
  display: none;
}
summary {
  list-style: none;
}

.chevron {
  transform: rotate(0deg);
}
