/*
Theme Name:   Royal Travel
Theme URI:    https://example.com/royal-travel
Description:  Motyw potomny (child theme) dla motywu TravelWP. Wszystkie modyfikacje kodu i stylów należy wprowadzać tutaj — dzięki temu przetrwają aktualizacje motywu nadrzędnego.
Author:       Royal Travel
Author URI:   https://example.com/
Template:     travelwp
Version:      1.0.0
Requires PHP: 7.4
Tested up to: 7.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  royal-travel
Tags:         two-columns, left-sidebar, right-sidebar, editor-style, rtl-language-support, translation-ready
*/

/* --------------------------------------------------------------
>>> SPIS TREŚCI:
----------------------------------------------------------------
1.0 - Zmienne
2.0 - Typografia
3.0 - Nagłówek / menu
4.0 - Stopka
5.0 - Wycieczki (travel-booking)
6.0 - WooCommerce
7.0 - RWD
-------------------------------------------------------------- */

/* --------------------------------------------------------------
1.0 - Zmienne
-------------------------------------------------------------- */
:root {
	/* Ustaw własne wartości i używaj ich w regułach poniżej. */
	--rt-color-primary: #1f7a8c;
	--rt-color-secondary: #0b2b4a;
	--rt-color-text: #333333;
	--rt-radius: 4px;
}

/* --------------------------------------------------------------
2.0 - Typografia
-------------------------------------------------------------- */
/* Przykład:
body {
	font-family: "Inter", sans-serif;
	color: var(--rt-color-text);
}
*/

/* --------------------------------------------------------------
3.0 - Nagłówek / menu
-------------------------------------------------------------- */
/* Przykład:
.site-header .main-menu > li > a {
	text-transform: none;
	letter-spacing: 0;
}
*/

/* --------------------------------------------------------------
4.0 - Stopka
-------------------------------------------------------------- */

/* --------------------------------------------------------------
5.0 - Wycieczki (travel-booking)
-------------------------------------------------------------- */

/* --------------------------------------------------------------
6.0 - WooCommerce
-------------------------------------------------------------- */
/* Przykład:
.woocommerce .button.alt {
	background-color: var(--rt-color-primary);
	border-radius: var(--rt-radius);
}
*/

/* --------------------------------------------------------------
7.0 - RWD
-------------------------------------------------------------- */
/* Breakpointy zgodne z Bootstrapem używanym przez TravelWP:
@media (max-width: 991px) { ... }
@media (max-width: 767px) { ... }
*/
