/*
Theme Name: VeetaPesu_ee
Theme URI: https://veetapesu.ee
Author: D.Petrov / veebilahendused.ee
Author URI: https://veebilahendused.ee
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: veetapesu
*/

/* === Reset & Base === */
*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: #333;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color: inherit;
	text-decoration: none;
}

/* === Layout === */
.site-content {
	width: 100%;
}

.content-area {
	max-width: 1200px;
	margin: 0 auto;
	padding: 2rem 1rem;
}

/* === Full Width (Elementor) === */
.elementor-page .site-content,
.elementor-page .content-area {
	max-width: 100%;
	padding: 0;
	margin: 0;
}
