@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap');body{background:#000;color:#fff;font-family:Inter,sans-serif;margin:0;animation:fade .5s ease}.container{max-width:900px;margin:0 auto;padding:80px 24px}h1{font-size:64px;font-weight:800}h2{font-size:32px;margin-top:70px}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}}