:root{--site-navy:#071f45;--site-text:#152b45;--site-muted:#718096;--site-line:#e4eaf0;--site-bg:#fff}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--site-bg);color:var(--site-text);font-family:Inter,"Segoe UI",Arial,sans-serif;-webkit-font-smoothing:antialiased}
#page-wrap{min-height:100vh;background:#fff}
img{max-width:100%;height:auto}
button,input,select,textarea{font:inherit}
a{color:inherit}
[hidden]{display:none!important}
