/*
Theme Name: Nextin Agency
Theme URI: https://nextinagency.com
Author: Nextin Agency
Author URI: https://nextinagency.com
Description: A lightweight, modern, mobile-first WordPress theme built for Nextin Agency, a digital marketing agency offering SEO, Google Ads, Meta Ads, Social Media Marketing, Lead Generation and Website Development services.
Version: 1.0
Requires at least: 5.8
Requires PHP: 7.4
Text Domain: nextin-agency
*/

/* Base resets that must live in style.css for WordPress theme validation.
   All visual styling lives in assets/css/main.css (enqueued via functions.php). */

* {
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
}

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

a {
	text-decoration: none;
	color: inherit;
}

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