/*!
Theme Name: Rusiński Raj
Theme URI: https://rusinskiraj.pl
Author: Robert Palka
Author URI: https://rusinskiraj.pl
Description: Autorski motyw Rusiński Raj — domki w Bukowinie Tatrzańskiej. Sekcje HTML (hero, domki, cennik, galeria, kontakt, rezerwacja) zintegrowane z WordPress. Oparty na Underscores.
Version: 1.0.0
Requires at least: 5.0
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rusinskiraj

Bazuje na Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
*/

/* --------------------------------------------------------------
   Baza globalna — celowo minimalna.
   Każda sekcja (.rr-*) ma własne scoped style i tokeny,
   więc tu trzymamy tylko reset, żeby nic nie nadpisywać.
-------------------------------------------------------------- */

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

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #1F2624;
  background: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

main, .site-content { display: block; }

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

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

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

/* Skip-link / dostępność (z Underscores) */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0,0,0,0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
