/*
Theme Name: פורטל חדשות מודרני - Modern News Portal
Theme URI: https://dlions.co.il
Author: פורטל חדשות
Author URI: https://dlions.co.il
Description: תבנית וורדפרס מודרנית, נקייה, יוקרתית ומהירה במיוחד לאתרי חדשות, בלוגים, מגזינים ועיתונות עצמאית. מבוססת על פונט Rubik נעים וקריא, תמיכה מלאה ב-RTL, מותאמת באופן מושלם לכל המכשירים וכוללת עיצוב כרטיסים מודרני.
Version: 4.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: portal-news
Tags: news, magazine, modern, clean, rubik, rtl-language-support, newspaper, grid-layout, custom-menu, featured-images, translation-ready
*/

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

/* Basic theme resets & single Rubik typography */
body {
    font-family: 'Rubik', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background-color: #f8fafc;
    color: #0f172a;
    direction: rtl;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Rubik', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    letter-spacing: -0.015em;
}

@media print {
    header, footer, aside, .no-print {
        display: none !important;
    }
    main, article {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        box-shadow: none !important;
        border: none !important;
    }
}
