/*
Theme Name: DM Agency
Theme URI: https://example.com/dm-agency
Author: Antigravity
Author URI: https://google.com
Description: A modern, data-driven digital marketing agency theme built with Tailwind CSS.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dm-agency
*/

/* Custom Animations & Backgrounds */
.gradient-bg {
    background: radial-gradient(circle at top right, #1e1b4b, #0a0b2e);
}
.hero-dashboard-glass {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}
