/*
Theme Name: Custom Theme 05
Theme URI: http://192.168.10.122:8087/
Author: KSM
Description: Custom theme rebuilt from meathroofers.ie Oxygen export, integrated with KSM plugin stack (ksm-entries, ksm-seo, ksm-menu, ksm-forms, ksm-review-collector). Visual styling ported verbatim from supplied Oxygen JSON + CSS.
Version: 0.17.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: custom-theme-05
*/

html { font-size: 62.5%; }
body {
	margin: 0;
	font-family: 'Poppins', system-ui, -apple-system, sans-serif;
	font-weight: 300;
	font-size: clamp(1.6rem, 1.4667rem + 0.4267vw, 2rem);
	line-height: 1.5;
	color: var(--secondary);
	background: var(--page-bg, #fff);
}
*, *::before, *::after { box-sizing: border-box; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: none; }
h1, h2, h3, h4, h5, h6 { font-weight: 700; margin: 0 0 1rem; }
p { margin: 0 0 1rem; }
ul, ol { margin: 0 0 1rem; padding-left: 2rem; }
