/*
Theme Name: La Gheorghita
Theme URI: https://lagheorghita.ro
Author: La Gheorghita
Description: Tema custom pentru lag.h.bde.sk, inspirata de lagheorghita.ro.
Version: 0.1.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: lagheorghita
*/

:root {
	--lg-navy: #273960;
	--lg-orange: #f35321;
	--lg-orange-2: #f85639;
	--lg-gray: #6d767d;
	--lg-border: #eee;
	--lg-bg: #f5f5f5;
}

* {
	box-sizing: border-box;
}

body {
	margin: 0;
	font-family: 'Rubik', Arial, sans-serif;
	color: var(--lg-navy);
	background: var(--lg-bg);
}

a {
	text-decoration: none;
	color: inherit;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

button {
	font-family: inherit;
	cursor: pointer;
}

.lg-container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 20px;
}

[x-cloak] {
	display: none !important;
}

.lg-no-scroll {
	overflow: hidden;
}
