/*
Theme Name: Rodcon Group
Theme URI: https://rodcongroup.com
Author: Rodcon Group
Author URI: https://rodcongroup.com
Description: A fully custom, lightweight, and responsive WordPress theme for Rodcon Group — a NYC general contracting and construction management firm. Minimal, elegant, image-forward design with fully editable content via the WordPress Admin (Customizer, Services CPT, Gallery CPT).
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: rodcon
*/

/* Base resets — main styles live in assets/css/main.css (enqueued via functions.php) */
* {
	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;
	color: inherit;
}

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

button {
	font-family: inherit;
}
