/*
Theme Name: Social Media Manager
Theme URI: https://www.socialmediamanager.co.in
Author: Social Media Manager
Author URI: https://www.socialmediamanager.co.in
Description: An ultra-premium, conversion-focused WordPress theme built for social media management agencies. Features glassmorphism cards, gradient buttons, scroll animations, animated counters, a full pricing/comparison system, portfolio showcase, testimonials slider, FAQ accordion and a complete blog system. Built mobile-first with no jQuery dependency, lazy-loaded images and clean semantic markup for fast PageSpeed scores.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: smm
Tags: e-commerce, blog, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, theme-options, one-column, two-columns, right-sidebar

Social Media Manager WordPress Theme is distributed under the terms of the GNU General Public License v2.
*/

/* Base resets live here; all visual design lives in assets/css/main.css
   which is enqueued via functions.php so it can be cached and minified
   independently of this required stylesheet header file. */

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	text-decoration: none;
}

ul, ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

button {
	font-family: inherit;
}
