/* Chosen two-color palette: midnight navy + ice white */
:root { --ink:#f1f4ff; --muted:#b7c1dc; --paper:#111a35; --surface:#18244a; --line:#3b4c79; --teal:#f1f4ff; --lime:#f1f4ff; --white:#18244a; --shadow:0 18px 45px rgba(2,7,24,.55); }
body { color:#f1f4ff; background:#111a35; }
.site-header { background:rgba(17,26,53,.94); }
.surface { background:#18244a; }
.hero-card,.skill-card,.project-card { background:#18244a; }
.contact,footer { background:#0c1430; }
.brand-mark { color:#f1f4ff !important; border-color:#52679f !important; }
.brand-copy { color:#f1f4ff !important; }
.brand-copy small { color:#b7c1dc !important; }
.button-primary { color:#111a35; background:#f1f4ff; }
.button-primary:hover { color:#f1f4ff; background:#27365f; }
.tags span { color:#111a35; background:#f1f4ff; }
