
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');
body{margin:0;background:#000;color:#fff;font-family:Inter,sans-serif;animation:fade .4s ease}
.container{max-width:900px;margin:0 auto;padding:80px 24px}
h1{font-size:64px;font-weight:800;line-height:1.1;margin:0 0 24px}
h2{font-size:32px;margin:72px 0 18px}
p{font-size:18px;line-height:1.8;color:#BDBDBD}
.date{color:#fff}
a,a:hover{color:#fff}
@keyframes fade{from{opacity:0}to{opacity:1}}
@media(max-width:768px){h1{font-size:42px}h2{font-size:24px}}
