/*
Theme Name: Bayn Lite 2 - Przepisowi.pl
Theme URI: https://przepisowi.pl/
Author: Przepisowi.pl & pudidesign.pl
Author URI: https://pudidesign.pl/
Description: Nowoczesny, responsywny motyw WordPress dla portalu kulinarnego Przepisowi.pl, zbudowany w oparciu o framework Tailwind CSS. Zawiera wsparcie dla ACF (przepisy, składniki, kroki, czasy, porcje, trudność), widok autora, dedykowane sloty reklamowe Google AdSense oraz zoptymalizowaną typografię.
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bayn-lite2
Tags: recipes, food-blog, culinary, tailwindcss, responsive-layout, custom-header, custom-menu, featured-images, author-profile, adsense-ready
*/

/* Dodatkowe customowe reguły i czcionki */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Outfit:wght@300;400;500;600;700&family=Damion&display=swap');

:root {
  --color-navy: #1d345f;
  --color-navy-dark: #132443;
  --color-lime: #aaef16;
  --color-lime-dark: #92d10f;
}

body {
  font-family: 'Outfit', sans-serif;
  color: #334155;
  background-color: #f8fafc;
}

h1, h2, h3, h4, h5, h6, .font-heading {
  font-family: 'Oswald', sans-serif;
}

.font-script {
  font-family: 'Damion', cursive;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-track {
  background: #f1f5f9;
}
::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

/* Checkbox styling for ingredients */
.ingredient-checkbox:checked + span {
  text-decoration: line-through;
  color: #94a3b8;
}
