:root{--light:#fff;--dark:#171717;--primary:#2c3e50;--primary-light:#4a6580;--secondary:#8b4513;--secondary-light:peru;--background:#f8f4ee}body{color:var(--dark);background:var(--light);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}main{background:#f9f9f9;flex-direction:column;max-width:100%;min-height:100vh;display:flex}
