html { scroll-behavior: smooth; }
body { background: var(--cocoro-bg); color: var(--cocoro-text); }
body, button, input, select, textarea { font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", "YuGothic", sans-serif; }
.cocotatsu-page main { font-size: clamp(1rem, .96rem + .18vw, 1.125rem); line-height: 1.95; }
.cocotatsu-page p { margin-block: 0 1.45em; }
.cocotatsu-page a { text-underline-offset: .22em; text-decoration-thickness: .08em; }
.cocotatsu-page a:focus-visible, .cocotatsu-page button:focus-visible { outline: 3px solid var(--cocoro-accent); outline-offset: 3px; }
.cocotatsu-page strong { font-weight: 700; color: #202b34; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } }
