/* Explain: Theme tokens for the "תיאטרון הנני" social drama theater. */
:root {
    --primary-color: #2b4b45;
    --primary-hover: #1f3632;
    --secondary-color: #E9EDDF;
    --accent-color: #d69747;
    --logo-subtitle-color: #d69747;
    --button-color: #d69747;
    --background-color: #FAF9F6;
    --surface-color: #F1F4EB;
    --footer-bg: #EAEEDF;
    --text-color: #1F2E23;
    --text-muted: #4B6353;
    --border-color: rgba(31, 46, 35, 0.12);
    --glass-bg: rgba(250, 249, 246, 0.72);
    --glass-border: rgba(43, 75, 69, 0.32);
    --nav-bg: rgba(250, 249, 246, 0.78);
    --field-bg: rgba(255, 255, 255, 0.6);
    --section-about-bg: #F3F1E7;
    --section-plays-bg: #FFF3DF;
    --section-gallery-bg: #E7EDE1;
    --section-testimonials-bg: #DDE7D8;
    --section-clients-bg: #FAE9CC;
    --section-contact-bg: #EEF2E6;
    --sage-soft: rgba(43, 75, 69, 0.15);
    --sage-dark: #2b4b45;
    --terracotta-soft: rgba(214, 151, 71, 0.22);
    --shadow-soft: 0 22px 70px rgba(43, 75, 69, 0.08);
    --shadow-button: 0 16px 36px rgba(214, 151, 71, 0.25);
    --font-heading: 'Secular One', sans-serif;
    --font-body: 'Assistant', sans-serif;
    --font-logo: 'Secular One', sans-serif;
}
