:root { color-scheme: light; font-family: Arial, "Noto Sans Hebrew", sans-serif; color: #152b35; background: #f4f7f8; }
* { box-sizing: border-box; }
html { scroll-padding-block-start: 1.5rem; }
body { margin: 0; font-size: 1.125rem; line-height: 1.8; }
a { color: #07566b; text-decoration: underline; text-underline-offset: .2em; overflow-wrap: anywhere; }
a:hover { text-decoration-thickness: .15em; }
:focus-visible, main:focus { outline: 3px solid #b34d00; outline-offset: 5px; }
.skip-link { position: absolute; z-index: 10; inset-block-start: -10rem; inset-inline-start: 1rem; padding: .65rem 1rem; color: #fff; background: #152b35; }
.skip-link:focus { inset-block-start: 1rem; }
.site-header, .site-footer { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; padding: 1.5rem max(1.25rem, calc((100% - 56rem) / 2)); }
.site-header { color: #fff; background: #0b1820; border-block-end: 4px solid #75d3cb; }
.site-header a { color: #e7faf8; display: inline-block; padding-block: .35rem; }
.brand { font-weight: 800; letter-spacing: .04em; font-size: 1.4rem; text-decoration: none; }
.brand span { color: #75d3cb; }
nav { display: flex; gap: 1.5rem; }
main { max-width: 56rem; margin: 2rem auto; padding: clamp(1.25rem, 4vw, 3.5rem); background: #fff; border: 1px solid #d2dfe3; border-radius: .75rem; }
h1, h2, h3 { line-height: 1.35; color: #112d39; text-wrap: balance; }
h1, .language-title { font-size: clamp(2rem, 6vw, 3.2rem); margin-block: .4rem 1.5rem; }
h2 { font-size: 1.5rem; }
h3 { font-size: 1.4rem; }
section { margin-block-start: 2.5rem; }
p { margin-block: .75rem; }
li + li { margin-block-start: .55rem; }
ul { padding-inline-start: 1.5rem; }
.eyebrow { font-size: .85rem; font-weight: 700; letter-spacing: .15em; color: #386170; }
.lead { font-size: 1.2rem; }
.updated { font-size: 1rem; color: #425b65; }
#english { margin-block-start: 4rem; padding-block-start: 3rem; border-block-start: 2px solid #d2dfe3; }
.site-footer { font-size: 1rem; padding-block: 1.75rem; }
@media (max-width: 40rem) { main { margin: 1rem .75rem; } .site-header { padding-block: 1rem; } }
@media (forced-colors: active) { :focus-visible, main:focus { outline-color: Highlight; } }
@media print { body { color: #000; background: #fff; } main { border: 0; margin: 0; padding: 0; } .site-header, .site-footer, .skip-link { display: none; } a { color: #000; } }
