/* Carnivellos CMS — "Midnight" theme, created with the Theme Editor. */
:root {
    --color-text: #1c2438;
    --color-muted: #6b7280;
    --color-bg: #ffffff;
    --color-accent: #f2872e;
    --color-border: #e5e7eb;
    --font-body: "Segoe UI", -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif;
    --font-heading: "Segoe UI", -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif;
    --max-width: 820px;
    --header-bg: #13213d;
    --header-text: #ffffff;
    --header-accent: #f2872e;
}
