:root{--primary:#003048;--primary-light:#336680;--primary-dark:#001a26;--secondary:#83CCE1;--secondary-dark:#2A8DBF;--highlight:#FFD166;--grey:#E0E0E0;--grey-medium:#F1F2F4;--grey-dark:#1A232B;--light-grey:#F9FAFB;--white:#FFFFFF}html{scroll-behavior:smooth}body{margin:0;font-family:inter;min-width:320px!important;font-size:18px;line-height:1.7;font-weight:400}h1,h2,h3,h4,h5,h6{font-family:inter,Arial,sans-serif;font-weight:700;letter-spacing:.02em;line-height:1.3;margin-bottom:.5em}*,*::before,*::after{box-sizing:border-box}a{text-decoration:none;color:var(--primary);font-weight:500}a:hover{color:var(--secondary)}a.article-link:hover{text-decoration:underline}button{background-color:initial;border:none}button:hover{cursor:pointer}.unstyled-list{list-style:none;padding:0;margin:0}.container{max-width:1200px;margin-left:auto;margin-right:auto;width:100%;padding:1rem;box-sizing:border-box}.featured-text{color:var(--secondary)}.grey-background{background-color:var(--grey-medium)}#site-header>.container,footer>.container{display:flex;justify-content:space-between}.articles-list{margin-top:32px;margin-bottom:32px}.articles-list>*:not(:last-child){margin-bottom:16px}code,pre{padding:.5em 1em;border-radius:4px}@media(max-width:475px){table{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}}table{width:100%;text-align:left;border-collapse:collapse}table th,table td{border:1px solid var(--primary);padding:.5em 1em}.mermaid{background-color:var(--grey-dark);padding:1rem}