/*
 * Default public template — theme.
 *
 * The stylesheet for the "default" template's public pages, served from
 * /templates/default/theme.css. This is the public site's own styling, fully
 * independent of the webmaster area (which has its own /webmaster/theme.css).
 *
 * Committed to git and deployed via pull — edit it like source, not at runtime.
 * Design tokens live here; the renderer links this file when "default" is the
 * active template.
 */
:root {
    --background: #f7fafc;
    --surface: #ffffff;
    --primary: #1d4ed8;
    --accent: #0ea5e9;
    --text: #111827;
    --muted: #6b7280;
    --border: #e2e8f0;
    --radius: 1.125rem;
    --max-width: 73.75rem;
}
