@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=Inter:wght@300;400;500;600&family=Frank+Ruhl+Libre:wght@300;400;500;700&display=swap");:root{--color-background:#F8F4EE;--color-text:#1A1A1A;--color-accent:#B8860B;--color-text-secondary:#666666;--color-surface:#FFFFFF;--color-border:#E5DDD0;--font-heading:"Playfair Display",Georgia,serif;--font-body:"Inter",system-ui,sans-serif;--font-hebrew:"Frank Ruhl Libre","Times New Roman",serif;--space-xs:0.25rem;--space-sm:0.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:3rem;--space-3xl:4rem;--max-width-content:720px;--max-width-wide:1200px;--border-radius:4px;--border-radius-lg:8px;--transition:200ms ease}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{background-color:var(--color-background);color:var(--color-text);font-family:var(--font-body);font-size:1rem;line-height:1.7;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:lang(he) body,:lang(he) li,:lang(he) p{font-family:var(--font-hebrew)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);line-height:1.2;color:var(--color-text)}:lang(he) h1,:lang(he) h2,:lang(he) h3,:lang(he) h4,:lang(he) h5,:lang(he) h6{font-family:var(--font-hebrew)}h1{font-size:clamp(2rem,5vw,3.5rem)}h2{font-size:clamp(1.5rem,3vw,2.25rem)}h3{font-size:clamp(1.25rem,2.5vw,1.75rem)}h4{font-size:1.25rem}p{max-width:72ch}a{color:var(--color-accent);text-decoration:none;transition:opacity var(--transition)}a:hover{opacity:.75}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:var(--max-width-wide);margin-inline:auto;padding-inline:var(--space-lg)}.container--narrow{max-width:var(--max-width-content)}[dir=rtl]{text-align:right}:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}