/*
Theme Name: Ragany
Theme URI: https://ragany.com
Author: Kolpolok
Author URI: https://kolpolok.com
Description: Elementor-ready theme for the Ragany website. Ships the Ragany design system (tokens, components, section layouts), the design's header and footer, and full-width canvas templates so every page is built and edited in Elementor. Pair with the "Ragany Elementor Widgets" plugin.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
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: ragany
Tags: elementor, full-width-template, custom-menu, custom-logo, translation-ready
*/

/*
 * Intentionally minimal.
 *
 * All presentation lives in assets/css/ragany.css (design system) and
 * assets/css/sections.css (section layouts), both enqueued from functions.php.
 * Keeping this file bare means Elementor's own styles are never fought with.
 */

/* WordPress core markup classes the editor can still emit. */
.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus {
	position: static !important;
	width: auto;
	height: auto;
	margin: 0;
	clip: auto;
	white-space: normal;
}

.alignleft {
	float: left;
	margin-right: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	display: block;
	margin-inline: auto;
}

.sticky,
.gallery-caption,
.bypostauthor {
	/* Required by the theme-check standard. */
}
