/* KYABEL v6 / SITE 101 — SNACK LOCAL SEO — reset.css
   ブラウザ既定値の平準化のみ。見た目の決定は tokens/components/pages が行う。 */

*,
*::before,
*::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }

body,
h1, h2, h3, h4, h5, h6,
p, figure, blockquote, dl, dd, ol, ul {
  margin: 0;
  padding: 0;
}

ul, ol { list-style: none; }

img, svg, video {
  display: block;
  max-width: 100%;
}

img { height: auto; }

a { color: inherit; }

button, input, select, textarea {
  font: inherit;
  color: inherit;
  margin: 0;
}

button { background: none; border: 0; cursor: pointer; }

table { border-collapse: collapse; width: 100%; }

address { font-style: normal; }

:where([hidden]) { display: none !important; }

/* フォーカスは常に見える（tokens.css で色を上書き） */
:focus-visible {
  outline: 3px solid currentColor;
  outline-offset: 2px;
}
