/*
Theme Name: Minimal News Portal
Theme URI: https://dlions.co.il
Author: Web Development Team
Author URI: https://dlions.co.il
Description: תבנית פורטל חדשות נקייה, מינימליסטית וקלת משקל ללא תאריכים עם תוסף נגישות מובנה
Version: 1.0.0
Text Domain: minimal-news-portal
*/

/* Single Font across the entire site (Heebo) */
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500;600;700;800;900&display=swap');

body {
  font-family: 'Heebo', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  direction: rtl;
  text-align: right;
  background-color: #fafaf9;
  color: #1c1917;
  line-height: 1.6;
}

/* סעיף 5 באפיון: הבלטת קישורים בתוך תוכן הפוסט עם צבע רקע עדין ומשקל פונט עבה */
.entry-content a,
.article-content a {
  background-color: #fef08a !important; /* צהוב מרקר רקע עדין */
  color: #1c1917 !important;
  font-weight: 600 !important;
  padding: 0.15rem 0.4rem !important;
  border-radius: 0.25rem !important;
  text-decoration: underline !important;
  text-decoration-color: #f59e0b !important;
  text-underline-offset: 3px !important;
  display: inline;
  transition: background-color 0.15s ease, color 0.15s ease;
}

.entry-content a:hover,
.article-content a:hover {
  background-color: #fde047 !important;
  color: #000000 !important;
  text-decoration-color: #b45309 !important;
}
