/*
Theme Name: S&G Resources
Theme URI: https://sgresources.net/
Author: S&G Resources Inc.
Description: Custom single-page chemical wholesale theme restoring the archived navy/gold modular layout.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: sgresources
*/

/* Thin reset — main styles in assets/css/main.css */
html {
	box-sizing: border-box;
}
*, *::before, *::after {
	box-sizing: inherit;
}
body {
	margin: 0;
	padding: 0;
	font-family: Montserrat, Helvetica, Arial, sans-serif;
	color: #333;
	line-height: 1.5;
	background: #fff;
}
img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: middle;
}
a {
	color: #32419a;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
}
.clearfix {
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
}
.header:after,
.myContain-2:after {
	content: "";
	display: table;
	clear: both;
}
