@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Nunito:wght@600;700;800&display=swap");:root{--harbor:#2D7A77;--harbor-dark:#1E5957;--ink:#1F3A3D;--whisper:#6B7878;--mist:#EAF4F2;--line:#E3E9E8;--bg:#FAFAFA;--surface:#FFFFFF;--lavender:#C8B8E0;--blue:#6DA3C2;--gold:#F2DCA5;--blush:#EACAD6;--danger:#C0392B}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}button{cursor:pointer;font-family:inherit;border:none;background:none;transition:opacity .15s ease}button:hover{opacity:.9}input,textarea{font-family:inherit;outline:none}