/*
Theme Name: Lemon Elementor
Theme URI: https://loyalemon.pl/
Author: Loyal Lemon Sp. z o.o.
Author URI: https://loyalemon.pl/
Description: Lightweight starter theme for Elementor and WooCommerce builds.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: lemon-elementor
*/

html {
	box-sizing: border-box;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

body {
	margin: 0;
	background: #fff;
	color: #111;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

img,
picture,
svg,
video,
canvas {
	display: block;
	max-width: 100%;
	height: auto;
}

button,
input,
select,
textarea {
	font: inherit;
}

.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;
	display: block;
	width: auto;
	height: auto;
	padding: 0.75rem 1rem;
	margin: 0;
	clip: auto;
	background: #fff;
	color: #111;
}
