/*
Theme Name: KG Enerflex
Author: KG
Author URI:
Theme URI:
Tags: full-site-editing, block-patterns
Text Domain: enerflex
Requires at least: 6.4
Requires PHP: 7.4
Tested up to: 6.4
Version: 1.0.0
*/

/* Styles intended only for the front.*/
html {
	scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {

	html {
		scroll-behavior: auto;
	}
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

ul,
ol {
	li:not(:first-child) {
		margin-top: var(--wp--preset--spacing--2);
	}
}

* {
	box-sizing: border-box;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.wp-block-button__link {
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	word-break: break-word;
}

.wp-block-button__link.has-text-align-left {
	text-align: left;
}

mark {
	line-height: 1.25;
}