/*
Theme Name: Montessori Bulgaria
Theme URI: https://montessori.bg/
Author: Montessori Bulgaria team
Author URI: https://montessori.bg/
Description: Официална тема на ЧСЕУ „Д-р Мария Монтесори" — първото Монтесори училище в България. Хибридна тема с поддръжка на Elementor, Polylang, напълно динамични секции и custom post types чрез придружаващия плъгин „Montessori Core".
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: montessori
Domain Path: /languages
Tags: education, school, elementor, polylang, multilingual, custom-post-types, bulgarian
*/

/*
 * Основните стилове се зареждат от assets/css/tokens.css и assets/css/theme.css.
 * Този файл присъства, защото WordPress изисква style.css в корена на темата,
 * и съдържа само заглавката и базови reset-и.
 */

html, body {
	margin: 0;
	padding: 0;
}

* {
	box-sizing: border-box;
}

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

/* Accessibility — скрит текст, достъпен за screen readers */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #fff;
	clip: auto !important;
	clip-path: none;
	color: #2D3E81;
	display: block;
	font-size: 1rem;
	font-weight: 700;
	height: auto;
	left: 6px;
	line-height: normal;
	padding: 14px 20px;
	text-decoration: none;
	top: 6px;
	width: auto;
	z-index: 100000;
}
