@import "https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Source+Sans+3:wght@300;400;600&display=swap";
:root{--bo-background:#f9f8f4;--bo-foreground:#2d3a31;--bo-muted-foreground:#6b7c6f;--bo-accent:#8c9a84;--bo-terracotta:#c27b66;--bo-border:#e6e2da;--bo-font-heading:"Playfair Display", Georgia, "Times New Roman", serif;--bo-font-body:"Source Sans 3", system-ui, sans-serif}.landing-page{background-color:var(--bo-background);min-height:100vh;font-family:var(--bo-font-body);color:var(--bo-foreground);flex-direction:column;justify-content:center;align-items:center;padding:2rem;display:flex}.landing-content{text-align:center;max-width:640px}.landing-logo{font-family:var(--bo-font-heading);letter-spacing:.08em;text-transform:uppercase;color:var(--bo-foreground);margin-bottom:3rem;font-size:1.25rem;font-weight:700}.landing-heading{font-family:var(--bo-font-heading);color:var(--bo-foreground);margin:0 0 1.5rem;font-size:clamp(2rem,4vw + .5rem,3rem);font-weight:700;line-height:1.15}.landing-body{color:var(--bo-muted-foreground);margin:0;font-size:1.125rem;line-height:1.7}.landing-link{color:var(--bo-accent);text-underline-offset:3px;font-weight:600;text-decoration:underline;transition:color .2s}.landing-link:hover{color:var(--bo-foreground)}.landing-nolan{color:var(--bo-terracotta);font-style:normal}.landing-symbol{font-size:2.75rem;font-style:bold;color:var(--bo-muted-foreground);opacity:.7;margin-top:5rem}.landing-divider{background-color:var(--bo-border);border:none;width:48px;height:1px;margin:2.5rem auto}
