/*
Theme Name: Marketing Digital Marketing
Theme URI: https://example.com/marketing-digital-marketing
Author: Arena.ai Agent
Author URI: https://arena.ai
Description: A lightweight, fast, SEO-friendly WordPress theme for digital marketing agencies. Built for Google Core Web Vitals with zero render-blocking dependencies, a soft light-blue palette, customizer controls, block-editor support, and a flexible, editable front page. No jQuery, no bloated frameworks.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: marketing-digital-marketing
Tags: blog, business, portfolio, custom-colors, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
*/

/*
 * The functional CSS for this theme lives in /assets/css/main.css and is
 * enqueued from functions.php. This file primarily holds the required theme
 * header above. Below are a few base resets so the theme degrades gracefully
 * even if the main stylesheet ever fails to load.
 */

:root {
  --mdm-primary: #5B9BD5;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.6;
  color: #1f2937;
}

a { color: var(--mdm-primary); }
