@import url('https://fonts.googleapis.com/css2?family=Familjen+Grotesk:wght@400;600;700&display=swap');
*{box-sizing:border-box}body{margin:0;background:#fff;color:#121212;font-family:'Familjen Grotesk',sans-serif;font-size:18px;line-height:1.6}header{border-bottom:4px solid #121212;padding:22px max(20px,calc((100% - 1280px)/2))}a{color:#b00060;text-underline-offset:4px}header a{font-size:clamp(20px,5vw,24px);font-weight:700;color:#121212;text-decoration:none}header a::before{content:'';display:inline-block;width:10px;height:16px;margin-right:10px;background:#ec007f;clip-path:polygon(0 0,100% 0,65% 25%,100% 50%,12% 50%,12% 100%,0 100%)}main{max-width:760px;margin:48px auto 80px;padding-inline:20px}h1{font-size:clamp(44px,8vw,64px);letter-spacing:-.04em;line-height:1.05;margin:24px 0}h2{font-size:26px;line-height:1.2;margin:36px 0 12px}p{margin:12px 0}.updated{font-size:15px;color:#555}footer{border-top:1px solid #ccc;padding:24px 20px;display:flex;justify-content:center;gap:28px;font-size:16px}a:focus-visible{outline:3px solid #1856c5;outline-offset:5px}
