:root{--font-sans:"Inter var",-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--font-serif:"Times New Roman",Times,serif;--white:#fff;--black:#000;--black-fade-5:rgba(0,0,0,0.05);--radius-sm:4px;--space-sm:4px;--space-md:8px;--space-lg:16px;--space-xl:20px;--space-2xl:24px;--space-3xl:48px;--solid:1;--dense:1.25;--default:1.5;--loose:1.75;--body:400;--medium:500;--semibold:600;--bold:700;--extrabold:800;--heavy:900;--text-xs:12px;--text-sm:14px;--text-md:16px;--text-lg:18px;--text-xl:20px;--text-2xl:24px;--text-3xl:32px;--text-4xl:48px;--text-5xl:64px;--text-6xl:76px;--primary:#4a90e2;--background:var(--white);--border:var(--black-fade-5);--text-color:var(--black);--text-lead:var(--text-lg);--text-prose:var(--text-md);--text-title:var(--text-3xl);--text-prose-tracking:-0.011em;--size-gutter:var(--space-2xl);--size-logo:var(--space-2xl);--size-max-width:80rem}@media (min-width:480px){:root{--size-gutter:var(--space-3xl)}}@media (min-width:768px){:root{--text-lead:var(--text-2xl);--text-title:var(--text-4xl);--text-prose-tracking:-0.014em;--text-prose:var(--text-lg)}}@font-face{font-family:Inter var;font-weight:100 900;font-display:swap;font-style:normal;font-named-instance:"Regular";src:url(/fonts/Inter-roman.var.woff2?v=3.19) format("woff2")}@font-face{font-family:Inter var;font-weight:100 900;font-display:swap;font-style:italic;font-named-instance:"Italic";src:url(/fonts/Inter-italic.var.woff2?v=3.19) format("woff2")}html{scroll-behavior:smooth}html *{box-sizing:border-box}body{background:var(--background);color:var(--text-color);font-family:var(--font-sans);font-size:16px;font-weight:var(--body);line-height:var(--default);margin:0;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}img{display:block;width:100%}h1,h2,h3,h4,h5,h6{font-weight:var(--semibold);line-height:var(--dense)}a{color:currentColor;text-decoration:none}a:hover{color:var(--primary)}a.active{font-weight:var(--bold)}code,kbd,tt{background:var(--black-fade-5);padding-bottom:.2em;padding-top:.2em;font-family:var(--font-monospace);font-size:90%}code,tt{background-color:var(--black-fade-5);border-radius:var(--radius-sm);font-weight:var(--medium);padding:.2em 0}code:after,code:before,tt:after,tt:before{content:" ";letter-spacing:-.2em}code,pre{font-family:var(--font-monospace)}