:root{--bg:#0a0a0d;--pa:#2d8fe0;--ac:#eb0077;--serif:'Fraunces',Georgia,serif;}
*{box-sizing:border-box;margin:0;padding:0;}
html,body{height:100%;}
body{
  background:var(--bg);
  color:var(--pa);
  font-family:var(--serif);
  display:flex;
  align-items:center;
  justify-content:center;
}
.wordmark{
  font-size:clamp(2rem,6vw,4rem);
  font-weight:500;
  letter-spacing:-0.01em;
}
.wordmark .dot{color:var(--ac);}
