/*
Theme Name: Hadashot 360
Theme URI: https://hadashot360.co.il
Author: Antigravity
Author URI: https://antigravity.ai
Description: פורטל האקטואליה, התחקירים והמגזין של ישראל - תבנית עיתונות דיגיטלית מתקדמת עם תמיכה מלאה ב-Tailwind CSS, פונטים בעברית (Heebo & Frank Ruhl Libre) ועיצוב רספונסיבי מרהיב.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: hadashot-360
Tags: news, magazine, rtl-language-support, custom-menu, featured-images, two-columns, three-columns
*/

@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500;700;900&family=Frank+Ruhl+Libre:wght@700;900&display=swap');

body {
  font-family: 'Heebo', sans-serif;
  line-height: 1.6;
}

.font-serif-hebrew {
  font-family: 'Frank Ruhl Libre', serif;
}

/* single post content styling */
.entry-body p {
  margin-bottom: 1.75rem;
  line-height: 2.0;
  color: #1e293b;
}

.entry-body h2 {
  font-family: 'Frank Ruhl Libre', serif;
  font-size: 1.75rem;
  font-weight: 900;
  color: #0f172a;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.entry-body h3 {
  font-size: 1.35rem;
  font-weight: 700;
  color: #0f172a;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

.entry-body a {
  background-color: #fff1f2;
  color: #e11d48;
  font-weight: 700;
  padding: 0.125rem 0.5rem;
  border-radius: 0.25rem;
  border: 1px solid #fecdd3;
  text-decoration: underline;
}

.entry-body a:hover {
  background-color: #ffe4e6;
  color: #be123c;
}

.entry-body ul, .entry-body ol {
  margin-bottom: 1.5rem;
  padding-right: 1.5rem;
}

.entry-body ul {
  list-style-type: disc;
}

.entry-body ol {
  list-style-type: decimal;
}

.entry-body li {
  margin-bottom: 0.5rem;
}

/* Hide scrollbar for category nav */
.scrollbar-none::-webkit-scrollbar {
  display: none;
}
.scrollbar-none {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
