:root{--bg-main:#1F3A2E;--bg-secondary:#2B2B2B;--brand-green:#559361;--brand-green-light:#76AD82;--accent-red:#FF0000;--accent-yellow:#F4B606;--text-main:#F7F7F7;--text-muted:#CEC8C0;--surface-card:#2E463A;--surface-border:#3F5F4F}@font-face{font-family:century gothic wgl;src:url(../static/fonts/CentGothWGL.woff2)format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:niveau;src:url(../static/fonts/niveau.woff2)format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:acumin;src:url(../static/fonts/Acumin-Variable-Concept.woff2)format("woff2");font-weight:100 900;font-style:normal;font-display:swap}h1,h2{font-family:niveau,sans-serif;font-optical-sizing:auto;font-weight:700;font-style:normal;color:var(--text-main);line-height:1.2}h1{font-size:clamp(40px,4vw,58px)}h2{font-size:clamp(40px,4vw,58px);margin-bottom:1.5rem}h3{font-family:century gothic wgl,sans-serif;font-weight:700}p,a{font-family:century gothic wgl,sans-serif;font-weight:400;font-size:14pt;line-height:1.6;margin-bottom:1em;color:var(--bg-secondary)}h4{font-size:10pt;color:#d1d1d1;font-weight:400}ul,li,a{color:var(--text-main);font-family:niveau,cursive;font-size:1.1rem;cursor:pointer;transition:color .3s}li:hover,a:hover{color:var(--accent-yellow)}ul{list-style:none;padding:0;margin:0;display:flex;gap:30px}.button-1{background:var(--brand-green);padding:10px 22px;border-radius:20px;border:1px solid var(--bg-main);display:flex;align-items:center;margin:auto 0;color:var(--text-main);transition:background .25s ease,transform .2s ease}.button-1:hover{background:var(--brand-green-light);transform:translateY(-2px)}