/* Minimal component styles for legacy HTML pages */
*{box-sizing:border-box}
body{font-family:Inter,sans-serif;font-size:16px;line-height:1.5;color:#00313c;background-color:#f7f7f5}
a{color:#00313c;text-decoration:none}
h1,h2,h3,h4,h5,h6{font-family:Poly,serif;font-weight:400}
.container-large{max-width:1200px;margin:0 auto;padding:0 2rem}
.padding-global{padding:0 5%}
.w-richtext{max-width:768px;margin:0 auto}
.w-richtext h2{font-size:2.4rem;margin-top:2rem;margin-bottom:1rem}
.w-richtext h3{font-size:2rem;margin-top:1.5rem;margin-bottom:0.75rem}
.w-richtext p{margin-bottom:1rem;line-height:1.7}
.w-richtext ul,.w-richtext ol{margin-bottom:1rem;padding-left:1.5rem}
.w-richtext li{margin-bottom:0.5rem}
.w-richtext a{color:#6EE796;text-decoration:underline}
