/*
Theme Name: VishnuAds Pro - Digital Marketer
Theme URI: https://vishnuadspro.com
Author: VishnuAds Pro Team
Author URI: https://vishnuadspro.com
Description: High-converting, modern digital marketing WordPress theme designed for Meta Ads, Google Ads, SEO, and Social Media Growth experts.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.7
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: vishnuadspro
Tags: agency, digital-marketing, landing-page, one-page, custom-colors, custom-menu, custom-logo, flexbox, grid-layout, dark-mode

VishnuAds Pro WordPress Theme, Copyright 2026
*/

/* Core Theme Base Overrides */
html {
    scroll-behavior: smooth;
    background-color: #051833;
    color: #f1f5f9;
}

body {
    font-family: 'Poppins', system-ui, -apple-system, sans-serif;
    background-color: #051833;
    color: #f1f5f9;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
