/*
Theme Name: DMA Agency Theme
Theme URI: https://example.com/dma-agency-theme
Author: You
Author URI: https://example.com
Description: Minimal starter theme prepared for the DMA Digital Marketing Agency Elementor Kit. Install this theme, then import the Elementor templates (header, footer, pages) from the provided templates zip.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: dma-agency-theme
*/
:root {
    --dma-primary: #0a0a0a;
    --dma-accent: #0f9ef5;
    --dma-bg: #ffffff;
}
body { margin:0; background:var(--dma-bg); }