/*
Theme Name: Caregiver NEWS - פורטל סיעוד ועובדים זרים
Theme URI: https://siud-news.co.il
Author: Caregiver News Team
Author URI: https://siud-news.co.il
Description: תבנית וורדפרס מקצועית וייעודית לפורטלי חדשות, בלוגים ומאגרי ידע בתחום הסיעוד, עובדים זרים, גמלת ביטוח לאומי וגריאטריה. כוללת תוסף נגישות מובנה מלא בתקן ישראלי 5568, פונט Heebo בלעדי, מחשבון ADL, מחשבון שכר מעסיק, מד קריאה בפוסטים וארכיון קטגוריות מתקדם.
Version: 2.0.0
Requires at least: 5.8
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: caregiver-news
Tags: news, blog, rtl-language-support, accessibility-ready, grid-layout, custom-menu, featured-images
*/

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

:root {
  --font-primary: 'Heebo', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --color-primary: #0f766e;
  --color-primary-dark: #115e59;
  --color-primary-light: #f0fdfa;
  --color-accent: #f59e0b;
  --color-dark: #0f172a;
  --color-slate-bg: #f8fafc;
  --color-border: #e2e8f0;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: var(--font-primary) !important;
}

body {
  direction: rtl;
  text-align: right;
  background-color: var(--color-slate-bg);
  color: #0f172a;
  font-family: var(--font-primary);
  line-height: 1.6;
  font-size: 16px;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.2s ease;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
