:root{color-scheme:light;--color-navy:#112d47;--color-blue:#25639c;--color-blue-soft:#ddeaf7;--color-accent:#d46f41;--color-surface:#ffffff;--color-muted:#3c4a5a;--color-border:#d9dee4;--color-amber:#8a5a00;--color-amber-soft:#fdecc8}*{margin:0;padding:0;box-sizing:border-box}body,html{height:100dvh;width:100%}body{background:var(--color-surface);color:#000000;line-height:1.5;font-family:Inter,system-ui,sans-serif}a{color:inherit}button,input,textarea{font:inherit}button{border:none}img{display:block;max-width:100%}