/*
Theme Name: homeisyou - פורטל עיצוב הבית, הום סטיילינג ואדריכלות
Theme URI: https://living-arch.co.il/
Author: LIVING & ARCH Media Group
Author URI: https://living-arch.co.il/
Description: תבנית וורדפרס סקנדינבית יוקרתית, מודרנית ונקייה לפורטלי עיצוב פנים, הום סטיילינג, אדריכלות ושיפוצים בעברית (RTL). כוללת תבניות קבועות לקטגוריות ולפוסטים, פונט אחיד Heebo, הדגשת קישורי עוגן, ומחשבון תקציב אינטראקטיבי.
Version: 6.1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: living-arch
*/

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

/* Global Font & Direction Rules - Strictly Single Heebo Font */
*,
html,
body,
button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
.font-serif,
.font-sans {
    font-family: 'Heebo', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

html {
    scroll-behavior: smooth;
    direction: rtl;
    text-align: right;
    background-color: #faf9f5;
    color: #1c1917;
    font-family: 'Heebo', sans-serif;
}

body {
    background-color: #faf9f5;
    color: #292524;
    margin: 0;
    padding: 0;
    line-height: 1.7;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
}

/* Custom scrollbar */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-track {
    background: #f5f5f4;
}
::-webkit-scrollbar-thumb {
    background: #d6d3d1;
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    background: #b45309;
}

/* ============================================================
   EYE-CATCHING HIGHLIGHTED ANCHOR LINKS IN POSTS & ARTICLES
   ============================================================ */
.article-content a,
.entry-content a,
.single-article-content a,
.prose a {
    color: #9a3412 !important;
    background-color: #ffedd5 !important;
    font-weight: 700 !important;
    padding: 2px 8px !important;
    border-radius: 6px !important;
    border-bottom: 2px solid #ea580c !important;
    text-decoration: none !important;
    display: inline-block !important;
    transition: all 0.2s ease-in-out !important;
    box-shadow: 0 1px 2px rgba(234, 88, 12, 0.08) !important;
}

.article-content a:hover,
.entry-content a:hover,
.single-article-content a:hover,
.prose a:hover {
    background-color: #ea580c !important;
    color: #ffffff !important;
    border-bottom-color: #c2410c !important;
    box-shadow: 0 2px 8px rgba(234, 88, 12, 0.25) !important;
    transform: translateY(-1px);
}

/* Base resets */
img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}
