/*
Theme Name: VishnuAds Pro - Digital Marketer
Theme URI: https://vishnuadspro.com
Author: VishnuAds Pro Team
Author URI: https://vishnuadspro.com
Description: Ultra-modern, high-converting digital marketing and performance growth WordPress theme for Meta Ads, Google Ads, SEO, and social media growth experts.
Version: 2.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: digital-marketer, performance-marketing, landing-page, one-page, custom-colors, custom-menu, custom-logo, flexbox, grid-layout, dark-mode

VishnuAds Pro WordPress Theme, Copyright 2026
*/

/* Core Base Styles */
html {
    scroll-behavior: smooth;
    background-color: #030f26;
    color: #f8fafc;
}

body {
    font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
    background-color: #030f26;
    color: #f8fafc;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
