/*
Theme Name: evptech
Theme URI: 
Author: codotx
Author URI: 
Description: A custom WordPress theme for EVP.
Version: 1.1.0
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: evptech
Domain Path: /languages
Tags: 
*/

/*
 * This file holds the theme header WordPress reads to register the theme.
 * It is also enqueued as the front-end stylesheet via get_stylesheet_uri()
 * in inc/enqueue.php. Add global CSS below, or split larger styles into
 * assets/css/ and enqueue them separately.
 */

:root {
	--content-width: 1200px;
}

body {
	margin: 0;
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
	line-height: 1.6;
}

.site-main {
	max-width: var(--content-width);
	margin: 0 auto;
	padding: 1rem;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	word-wrap: normal !important;
}
