/* Classic — reinforces the existing CMS marketing look */
body.theme-classic {
    --cms-bg-page: #f8f9fb;
    --cms-surface: #ffffff;
    --cms-primary: #0075de;
    --cms-primary-dark: #005bb0;
    --cms-ink: #1f2d3d;
    --cms-slate-200: #e9ecf1;
    --cms-text-muted: #647484;
    --cms-gradient: linear-gradient(to top right, #0075de, #3dc2f5);
    font-family: "Cabin", system-ui, -apple-system, sans-serif;
}
