/* GADO — baza: tło „papierowe" z doodlami + typografia globalna.
   Wzorzec pomiarów: oryginał @1280 (doodle wyświetlany 1280×1029, repeat w pionie). */

:root {
	--gado-yellow: #FFBD14;
	--gado-gray: #696969;
	--gado-black: #000;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	color: var(--gado-black);
	background-color: #fff;
	/* tło doodle per strona (root kontenery w 20-home/30-subpages) — model stałych px jak Wix */
	overflow-x: hidden;
}

.gado-content {
	display: block;
	min-height: 60vh;
}

/* Cały serwis pisze Montserratem — kit Elementora ustawia Roboto na widgetach
   (.elementor-widget-text-editor, 0-1-0, ładowany później) → wygrywamy specyficznością body+klasa */
body .elementor-widget-text-editor,
body .elementor-widget-text-editor p,
body .elementor-widget-text-editor h1,
body .elementor-widget-text-editor h2,
body .elementor-widget-text-editor h3 {
	font-family: 'Montserrat', sans-serif;
	color: #000;
}

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