/*
Theme Name: Garma Electric
Description: قالب اختصاصی، سبک و راست‌چین شرکت گرما الکتریک.
Author: Garma Electric
Version: 0.1.0
Requires at least: 6.9
Requires PHP: 8.1
Text Domain: garma-electric
Domain Path: /languages
Tags: custom-logo, custom-menu, featured-images, rtl-language-support, translation-ready, wide-blocks
*/

:root {
	--ge-color-primary: #0878b8;
	--ge-color-primary-dark: #063b58;
	--ge-color-primary-light: #dceff8;
	--ge-color-primary-strong: var(--ge-color-primary-dark);
	--ge-color-accent: #d97706;
	--ge-color-accent-soft: #fff0d9;
	--ge-color-background: #f4f7f9;
	--ge-color-surface: #ffffff;
	--ge-color-surface-alt: #eaf1f4;
	--ge-color-text: #14212a;
	--ge-color-muted: #56656f;
	--ge-color-border: #ced9df;
	--ge-color-success: #1b7f5a;
	--ge-color-error: #b42318;
	--ge-color-overlay: rgba(3, 26, 39, 0.76);
	--ge-font-family: "Vazirmatn", Tahoma, Arial, sans-serif;
	--ge-font-size-base: 1rem;
	--ge-line-height-base: 1.8;
	--ge-content-width: 80rem;
	--ge-reading-width: 48rem;
	--ge-header-height: 5.75rem;
	--ge-hero-object-position: center;
	--ge-radius-sm: 0.25rem;
	--ge-radius-md: 0.875rem;
	--ge-radius-lg: 1.5rem;
	--ge-shadow-sm: 0 0.5rem 1.5rem rgba(6, 59, 88, 0.08);
	--ge-shadow-lg: 0 1.75rem 4rem rgba(3, 26, 39, 0.18);
	--ge-space-section: clamp(3rem, 8vw, 7rem);
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--ge-color-background);
	color: var(--ge-color-text);
	font-family: var(--ge-font-family);
	font-size: var(--ge-font-size-base);
	line-height: var(--ge-line-height-base);
}

img,
video,
iframe,
embed,
object {
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
}

iframe,
embed,
object {
	width: 100%;
}

a {
	color: var(--ge-color-primary);
	text-underline-offset: 0.18em;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
	outline: 3px solid var(--ge-color-accent);
	outline-offset: 3px;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus {
	z-index: 100000;
	top: 0.5rem;
	inset-inline-start: 0.5rem;
	width: auto;
	height: auto;
	padding: 0.75rem 1rem;
	clip: auto;
	background: var(--ge-color-surface);
	color: var(--ge-color-text);
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		transition-delay: 0ms !important;
	}
}
