/*
Theme Name: mgh-theme
Theme URI: https://kaarisho.com/
Author: Ali Moghaddam Jah
Author URI: https://kaarisho.com/
Description: Minimal starter theme for Elementor with custom CSS/JS settings.
Version: 1.0.0
Text Domain: mgh-theme
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

html {
	box-sizing: border-box;
	font-size: 16px !important;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

body {
	margin: 0;
	font-family: Vazir, -apple-system, BlinkMacSystemFont, "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	line-height: 1.6;
	background-color: #ffffff;
	color: #111827;
}

img,
video {
	max-width: 100%;
	height: auto;
	display: block;
}

.mgh-skip-link {
    display: none !important;
}

.mgh-site-header,
.mgh-site-footer {
	width: 100%;
}

.mgh-site-header {
	padding: 1.5rem 1rem;
	border-bottom: 1px solid #e5e7eb;
}

.mgh-site-branding {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.mgh-site-title {
	margin: 0;
	font-size: 1rem;
	font-weight: 600;
}

.mgh-site-title a {
	text-decoration: none;
	color: inherit;
}

.mgh-site-main {
	min-height: 60vh;
	padding: 1rem;
}

.mgh-site-footer {
	padding: 1.5rem 1rem;
	border-top: 1px solid #e5e7eb;
	text-align: center;
	font-size: 0.875rem;
}

.alignwide,
.alignfull {
	margin-left: auto;
	margin-right: auto;
}
