@import "https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Sans:ital,wght@0,300;0,400;0,500;1,300&display=swap";:root{--ff-display:"Bebas Neue", sans-serif;--ff-body:"DM Sans", sans-serif;--color-ink:#111;--color-ink-2:#444;--color-ink-3:#888;--color-surface:#fff;--color-raised:#f7f7f5;--color-line:#ccc;--color-line-2:#d0d0d0;--color-accent:#111;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--ease:cubic-bezier(.4, 0, .2, 1);--duration:.22s}.Navbar.svelte-12qhfyh{background:var(--color-surface);border:.5px solid var(--color-line);border-radius:var(--radius-md);z-index:100;justify-content:space-between;align-items:center;height:64px;margin-bottom:1.5rem;padding:0 1.75rem;display:flex;position:sticky;top:1rem}.Navbar-brand.svelte-12qhfyh{align-items:center;gap:10px;text-decoration:none;display:flex}.Navbar-brand.svelte-12qhfyh img:where(.svelte-12qhfyh){object-fit:cover;border:.5px solid var(--color-line);border-radius:50px;width:45px;height:45px;display:block}.Navbar-brand.svelte-12qhfyh h1:where(.svelte-12qhfyh){font-family:var(--ff-display);letter-spacing:3px;color:var(--color-ink);-webkit-user-select:none;user-select:none;margin:0;font-size:22px;font-weight:400}.Navbar-links.svelte-12qhfyh{align-items:center;gap:2px;display:flex}.Navbar-links.svelte-12qhfyh a:where(.svelte-12qhfyh){font-family:var(--ff-body);color:var(--color-ink-3);border-radius:var(--radius-sm);letter-spacing:.1px;transition:color var(--duration) var(--ease), background var(--duration) var(--ease), border-color var(--duration) var(--ease);border:.5px solid #0000;padding:6px 14px;font-size:13.5px;font-weight:400;text-decoration:none}.Navbar-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--color-ink);background:var(--color-raised);border-color:var(--color-line)}.Navbar-links.svelte-12qhfyh a:where(.svelte-12qhfyh):active{color:var(--color-ink);background:var(--color-raised);border-color:var(--color-line-2);font-weight:500;transform:scale(.97)}.Navbar-cta.svelte-12qhfyh{letter-spacing:.2px;margin-left:8px;color:var(--color-surface)!important;background:var(--color-accent)!important;border-color:var(--color-accent)!important;transition:background var(--duration) var(--ease), border-color var(--duration) var(--ease), transform .1s var(--ease)!important;font-weight:500!important}.Navbar-cta.svelte-12qhfyh:hover{background:#2a2a2a!important;border-color:#2a2a2a!important}.Navbar-cta.svelte-12qhfyh:active{transform:scale(.96)!important}@media (width<=768px){.Navbar-links.svelte-12qhfyh a:where(.svelte-12qhfyh):not(.Navbar-cta){display:none}.Navbar-cta.svelte-12qhfyh{margin-left:0}}.Footer.svelte-12qhfyh{background:var(--color-surface);border:.5px solid var(--color-line);border-radius:var(--radius-lg);margin-top:1.5rem;padding:3.5rem 3rem 2rem}.Footer-top.svelte-12qhfyh{grid-template-columns:1.4fr 2fr;align-items:start;gap:4rem;display:grid}.Footer-brand-row.svelte-12qhfyh{align-items:center;gap:10px;margin-bottom:1rem;display:flex}.Footer-brand-row.svelte-12qhfyh img:where(.svelte-12qhfyh){object-fit:cover;border:.5px solid var(--color-line);border-radius:50px;width:75px;height:75px;display:block}.Footer-wordmark.svelte-12qhfyh{font-family:var(--ff-display);letter-spacing:3px;color:var(--color-ink);font-size:20px;font-weight:400}.Footer-tagline.svelte-12qhfyh{font-family:var(--ff-body);color:var(--black);max-width:260px;margin:0;font-size:13.5px;font-style:italic;font-weight:500;line-height:1.75}.Footer-links.svelte-12qhfyh{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.Footer-col.svelte-12qhfyh{flex-direction:column;gap:10px;display:flex}.Footer-col-heading.svelte-12qhfyh{font-family:var(--ff-body);letter-spacing:2.5px;text-transform:uppercase;color:var(--color-ink);margin-bottom:4px;font-size:11px;font-weight:500}.Footer-col.svelte-12qhfyh a:where(.svelte-12qhfyh){font-family:var(--ff-body);color:var(--black);letter-spacing:.1px;transition:color var(--duration) var(--ease);width:fit-content;font-size:13.5px;font-weight:500;text-decoration:none}.Footer-col.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--color-ink)}.Footer-divider.svelte-12qhfyh{background:var(--color-line);width:100%;height:.5px;margin:2.5rem 0 1.5rem}.Footer-bottom.svelte-12qhfyh{justify-content:space-between;align-items:center;display:flex}.Footer-copy.svelte-12qhfyh{font-family:var(--ff-body);color:var(--color-ink-3);letter-spacing:.1px;font-size:12.5px;font-weight:400}.Footer-legal.svelte-12qhfyh{align-items:center;gap:1.5rem;display:flex}.Footer-legal.svelte-12qhfyh a:where(.svelte-12qhfyh){font-family:var(--ff-body);color:var(--color-ink-3);letter-spacing:.1px;transition:color var(--duration) var(--ease);font-size:12.5px;font-weight:400;text-decoration:none}.Footer-legal.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--color-ink)}@media (width<=768px){.Footer.svelte-12qhfyh{padding:2.5rem 1.5rem 1.5rem}.Footer-top.svelte-12qhfyh{grid-template-columns:1fr;gap:2.5rem}.Footer-tagline.svelte-12qhfyh{max-width:100%}.Footer-links.svelte-12qhfyh{grid-template-columns:repeat(2,1fr);gap:1.5rem}.Footer-bottom.svelte-12qhfyh{flex-direction:column;align-items:flex-start;gap:1rem}}.Footer-social.svelte-12qhfyh{align-items:center;gap:6px;margin-top:1.5rem;display:flex}.Footer-social.svelte-12qhfyh a:where(.svelte-12qhfyh){border-radius:var(--radius-sm);border:.5px solid var(--color-line);width:34px;height:34px;color:var(--color-ink-3);transition:color var(--duration) var(--ease), background var(--duration) var(--ease), border-color var(--duration) var(--ease), transform .1s var(--ease);background:0 0;justify-content:center;align-items:center;text-decoration:none;display:flex}.Footer-social.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--color-ink);background:var(--color-raised);border-color:var(--color-line-2);transform:translateY(-2px)}.Footer-social.svelte-12qhfyh a:where(.svelte-12qhfyh):active{transform:translateY(0)scale(.96)}.Footer-social.svelte-12qhfyh a:where(.svelte-12qhfyh) svg:where(.svelte-12qhfyh){width:15px;height:15px;display:block}
