:root { color-scheme: light; font-family: system-ui, sans-serif; color: #234d42; background: #f6f2e9; }
body { margin: 0; }
main { box-sizing: border-box; max-width: 850px; margin: auto; padding: 12vh 8vw; }
.eyebrow { letter-spacing: .22em; font-size: .8rem; font-weight: 700; }
h1 { font-family: Georgia, serif; font-size: clamp(2.8rem, 7vw, 5.5rem); font-weight: 400; line-height: 1.08; margin: 3rem 0 2rem; }
p { line-height: 1.6; }
.translations { margin: 2rem 0 3rem; color: #5b6159; }
a { color: inherit; text-underline-offset: .3em; }
a:focus-visible { outline: 3px solid #234d42; outline-offset: 6px; }
