/* Generic theme - clean blue accent, neutral content sites */

:root {
    --bg: #ffffff;
    --fg: #111827;
    --muted: #6b7280;
    --accent: #2563eb;
    --accent-fg: #ffffff;
    --border: #e5e7eb;
    --card-bg: #f9fafb;
}
