/* Explain: Theme design tokens (colors, fonts) — single source of truth */
:root {
    --primary-color: #c59b27; /* צהבהב-חרדל עמוק ויוקרתי */
    --primary-hover: #a8831f;
    --secondary-color: #6a5d7b; /* לוונדר מעושן/עמוק ליציבות ויוקרה */
    --secondary-hover: #4e445b; /* גוון כהה עוד יותר של לוונדר פחמי להבלטות */
    --accent-color: #6a5d7b;
    --background-color: #fdfbf7; /* שמנת נקי */
    --surface-color: #ffffff;
    --text-color: #2b2533; /* אפור פחם/חציל עמוק מתקרב לשחור */
    --text-muted: #534b5c; /* טקסט משני בולט ומלא יותר כדי למנוע חיוורון */
    --border-color: #e5e1db;
    --font-heading: 'Heebo', sans-serif;
    --font-body: 'Heebo', sans-serif;
}
