*{margin:0;padding:0;box-sizing:border-box}
body{background:#0A0A0A;color:#F5F3EF;font-family:Inter}
a{color:#C6A962;text-decoration:none}
.header{position:fixed;width:100%;padding:20px;background:#111;display:flex;justify-content:space-between}
.hero{height:100vh;display:flex;align-items:center;justify-content:center}
.hero h1{font-family:Playfair Display;font-size:60px}
.editorial{padding:120px}
.post{max-width:800px;margin:auto;padding:120px}
.icon{width:18px;fill:#888}
.icon:hover{fill:#C6A962}
