/* DemonSite — Brand Stylesheet
 *
 * Override SiteEngine CSS custom properties here to apply the DemonSite brand.
 * Load this file via the WordPress Customizer or by enqueueing conditionally
 * based on the active brand in SiteEngine settings.
 *
 * Phase 7: Full brand skin implementation.
 */

:root {
    --mtse-primary:   #0d0d0d;
    --mtse-secondary: #1a1a1a;
    --mtse-accent:    #ff3300;
    --mtse-radius:    2px; /* Sharp, angular style */
}

/* DemonSite-specific overrides go here in Phase 6 */
