@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap";:root{--color-brand-red: #7f3931;--color-brand-blue: #879497;--color-brand: var(--color-brand-blue);--color-brand-accent: var(--color-brand-red);--color-ink: #201d1e;--color-gray-700: #979593;--color-gray-100: #e9e9e3;--very-light: rgba(255, 255, 255, .85);--very-dark: rgba(0, 0, 0, .85);--color-surface: #ffffff;--color-surface-muted: var(--color-gray-100);--color-text-primary: rgba(0, 0, 0, .88);--color-text-secondary: rgba(0, 0, 0, .6);--darker: rgba(0,0,0,.05);--lighter: rgba(255,255,255,.05);--very-dark: rgba(0,0,0,.8);--very-light: rgba(255,255,255,.8)}@media(prefers-color-scheme:dark){:root{--color-surface: #0f1115;--color-surface-muted: #181b20;--color-text-primary: rgba(255, 255, 255, .9);--color-text-secondary: rgba(255, 255, 255, .65);--color-brand-blue: #9fb2b6;--color-brand-red: #9a4a40;--very-light: rgba(255, 255, 255, .9);--very-dark: rgba(0, 0, 0, .9)}}html{color-scheme:light dark}body{margin:0;font-family:Montserrat,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1rem;line-height:1.65;color:var(--color-text-primary);background-color:var(--color-surface);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}h1,h2,h3,h4,h5,h6{margin-top:0;line-height:1.25;font-weight:600;letter-spacing:-.01em;color:var(--color-text-primary)}.light{--btn-primary-bg: var(--color-primary);--btn-primary-hover-bg: var(--color-primary-dark)}.dark{--btn-primary-bg: var(--color-primary-light);--btn-primary-hover-bg: var(--color-primary)}h1{font-size:clamp(2rem,4vw,3rem)}h2{font-size:clamp(1.75rem,3vw,2.25rem)}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.1rem}h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}small,.text-muted{color:var(--color-text-secondary)}a{color:var(--color-brand);text-decoration:none;transition:color .15s ease,text-decoration-color .15s ease}a:hover,a:focus{color:color-mix(in srgb,var(--color-brand) 80%,black);text-decoration:underline}a.btn{text-decoration:none}.navbar a,.navbar .nav-link{display:inline-flex;align-items:center;line-height:normal;padding-top:.5rem;padding-bottom:.5rem;font-weight:500;letter-spacing:-.005em}button,.btn{font-family:inherit;font-weight:600;letter-spacing:.02em;border-radius:999px}button{background:transparent;border:1px solid transparent;padding:.5rem 1.25rem;cursor:pointer}blockquote{position:relative;margin:2rem 0;padding:1.5em 2.5em;background-color:var(--darker);line-height:1.8;font-style:italic;color:var(--color-text-primary)}blockquote:before{content:"“";position:absolute;left:.75rem;top:.25rem;font-size:3rem;font-weight:700;color:var(--very-dark);line-height:1}blockquote p:last-child{margin-bottom:0}blockquote footer{margin-top:.75rem;font-size:.9rem;color:var(--color-text-secondary);font-style:normal}.flex{display:flex}.flex-column{flex-direction:column}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;justify-content:space-between}.flex-wrap{flex-wrap:wrap}.gap-sm{gap:.5rem}.gap-md{gap:1rem}.gap-lg{gap:2rem}img{max-width:100%;height:auto;display:block}:focus-visible{outline:2px solid var(--color-brand);outline-offset:2px}.page-content.svelte-12qhfyh:not(.hero){padding-top:110px}
