/* Phase 0 — minimal supplemental CSS. Tailwind handles the rest. */
:root {
    color-scheme: light;
}

/* Subtle code styling */
code {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 0.875em;
}
