/*
Theme Name: קהילת שלום - בית כנסת
Theme URI: https://kehilatshalom.org
Author: David Edri
Author URI: https://kehilatshalom.org
Description: תבנית WordPress מודרנית ומושקעת לבתי כנסת וקהילות יהודיות. עם תמיכה מלאה בעברית, RTL, מצב כהה/בהיר, ועיצוב מותאם לצרכי קהילה.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: beit-knesset-theme
Tags: rtl-language-support, custom-menu, custom-logo, featured-images, theme-options, translation-ready, dark-mode, synagogue, hebrew

This theme, like WordPress, is licensed under the GPL.
*/

/* ===================================
   סגנונות בסיסיים
   =================================== */

:root {
    --color-primary: #0D2A4B;
    --color-secondary: #D4AF37;
    --color-background-light: #FCFCFC;
    --color-background-dark: #101922;
    --color-text-light: #333333;
    --color-text-dark: #E0E0E0;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    direction: rtl;
    font-family: 'Work Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background-color: var(--color-background-light);
    color: var(--color-text-light);
    line-height: 1.6;
}

/* ===================================
   Typography
   =================================== */

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
}

h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.75rem; }
h4 { font-size: 1.5rem; }
h5 { font-size: 1.25rem; }
h6 { font-size: 1rem; }

a {
    color: var(--color-primary);
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: var(--color-secondary);
}

/* ===================================
   WordPress Core Styles
   =================================== */

.alignleft {
    float: left;
    margin: 0 1.5em 1.5em 0;
}

.alignright {
    float: right;
    margin: 0 0 1.5em 1.5em;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    max-width: 100%;
}

.wp-caption-text {
    text-align: center;
    padding: 0.5em;
    font-size: 0.9em;
}

.sticky {
    /* Sticky post styles */
}

.bypostauthor {
    /* Post author styles */
}

.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1rem;
}

/* ===================================
   Accessibility
   =================================== */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
