@charset "UTF-8";:root{--primary: rgb(28, 93, 159);--primary-light: #E8F1FB;--primary-dark: #1A5A9E;--secondary: rgb(100, 86, 163);--secondary-light:#EEE9F8;--secondary-dark: #6044B0;--accent: #FFD166;--purple: var(--secondary);--purple-light: var(--secondary-light);--green: #4BB86A;--green-light: #E6F6EC;--bg: #F5F8FD;--bg-alt: #EEE9F8;--text: #2B2B2B;--text-muted: #7A7A7A;--white: #FFFFFF;--shadow-sm: 0 2px 8px rgba(0,0,0,.06);--shadow-md: 0 4px 20px rgba(0,0,0,.1);--shadow-lg: 0 8px 40px rgba(0,0,0,.12);--radius-sm: .75rem;--radius-md: 1.25rem;--radius-lg: 2rem;--radius-full: 9999px;--font-display: "Nunito", sans-serif;--font-body: "Nunito Sans", sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:var(--font-display);line-height:1.2}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}section{scroll-margin-top:80px}
