/**
 * Motyw: Sosnowy las
 * Głęboka zieleń iglastych stoków, mchy i naturalna ziemia (szlaki leśne).
 *
 * Użycie (po site.css):
 *   <link href="css/theme-sosnowy-las.css" rel="stylesheet">
 */
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600;700&display=swap');

:root {
  --ib-font-family: 'Quicksand', sans-serif;
  --ib-font-family-headings: 'Quicksand', sans-serif;
  --ib-primary: #c4d4a0;
  --ib-accent: #2d6b4a;
  --ib-accent-deep: #1f5238;
  --ib-dark: #1a2e24;
  --ib-text: #1e3228;
  --ib-light: #f4f7f0;
  --ib-muted: #556b5c;
  --ib-muted-light: #6a7f70;
  --ib-border-accent: rgba(45, 107, 74, 0.16);
  --ib-border-accent-strong: rgba(45, 107, 74, 0.26);
  --ib-shadow-accent: rgba(45, 107, 74, 0.18);
  --ib-shadow-accent-soft: rgba(45, 107, 74, 0.11);
  --ib-overlay-dark: rgba(26, 46, 36, 0.8);
  --ib-overlay-dark-soft: rgba(26, 46, 36, 0.55);
  --ib-overlay-accent: rgba(45, 107, 74, 0.5);
  --ib-overlay-accent-soft: rgba(45, 107, 74, 0.32);
  --ib-overlay-accent-faint: rgba(196, 212, 160, 0.2);
  --ib-carousel-overlay-start: rgba(26, 46, 36, 0.58);
  --ib-carousel-overlay-end: rgba(26, 46, 36, 0.72);
  --ib-check-stroke: #2d6b4a;
}

body {
  font-family: var(--ib-font-family);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--ib-font-family-headings);
}
