@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400..800;1,400..800&family=Roboto:ital,wght@0,400;0,500;0,700;0,900;1,400;1,700&family=Inter:wght@400;500;600;700;800;900&family=DM+Mono:wght@400;500;700;800;900&display=swap");@layer tokens, reset, base, layout, components, utilities;@layer reset{*,:after,:before{box-sizing:border-box}*{margin:0;padding:0}a{text-decoration:none;color:inherit}canvas,img,picture,svg,video{display:block;max-width:100%}button,input,select,textarea{font:inherit;color:inherit}h1,h2,h3,h4,h5,h6,p{overflow-wrap:break-word}button{background:none;border:none;cursor:pointer}ol[role=list],ul[role=list]{list-style:none}}@layer base{html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-height) + var(--nav-height) + var(--space-4));-webkit-text-size-adjust:100%}body,html{width:100%;max-width:100vw}body{font-family:"Google Sans","Roboto","Open Sans","Inter",var(--font-roboto),var(--font-open-sans),var(--font-inter),-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:var(--text-base);font-weight:var(--weight-regular);line-height:var(--leading-body);letter-spacing:-.1px;background:var(--surface-base);color:var(--text);min-height:100svh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-synthesis-weight:none;position:relative}.tnum,[data-numeric],output,time{font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1,"tnum"}h1,h2,h3,h4,h5,h6{font-family:"Google Sans","Roboto","Open Sans","Inter",var(--font-roboto),var(--font-open-sans),var(--font-inter),sans-serif;color:var(--text);font-weight:var(--weight-bold);line-height:var(--leading-tight);letter-spacing:-.2px;text-wrap:balance}}