@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";@tailwind base;@tailwind components;@tailwind utilities;@layer base{body{@apply font-sans text-slate-600 antialiased bg-slate-50;}h1,h2,h3,h4,h5,h6{@apply font-heading text-brand-navy;}}.prose>:first-child{font-size:1.125em;font-weight:400;margin-top:0}.prose>p:first-of-type{text-align:left!important}.tldr-box{background-color:#f7f7f7;padding:1.5em;border-radius:8px;margin:2em 0}.tldr-box>p:first-child{font-weight:700;font-size:1.125em;margin-bottom:.75em}.tldr-box p{white-space:pre-wrap;display:block}.tldr-list{list-style:none;padding-left:0;margin-top:.5em;counter-reset:tldr-counter}.tldr-list li{margin-bottom:1em;line-height:1.5;counter-increment:tldr-counter}.tldr-list li:before{content:counter(tldr-counter) ". ";font-weight:700;display:inline-block;min-width:1.5em}
