/* Carnivellos CMS — "Owd" theme, created with the Theme Editor. */
:root {
    --color-text: #DDDDDD;
    --color-muted: #6b7280;
    --color-bg: #03090F;
    --color-accent: #0170cb;
    --color-border: #536b9d;
    --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: #013056;
    --header-text: #ffffff;
    --header-accent: #7dbff2;
    --footer-bg: #013056;
    --footer-text: #E1E1E1;
    --heading-color: #0170cb;
    --heading-weight: 700;
    --h1-size: 2rem;
    --h2-size: 1.4rem;
    --h3-size: 1.15rem;
}
