/* Carnivellos CMS — "Classic" starter theme
   Warm, understated, serif headings. The original default look. */
:root {
    --color-text: #232323;
    --color-muted: #6b6b6b;
    --color-bg: #ffffff;
    --color-accent: #2a5d50;
    --color-border: #e6e3dd;
    --font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
    --font-heading: Georgia, "Times New Roman", serif;
    --max-width: 760px;
}
