body,input,textarea,button{
  font-family:"Urbanist",system-ui,-apple-system,"Segoe UI",sans-serif;
}
h1,h2,h3,h4,.logo,.single-title,.section-head h2,.page-head h1,
.post-row h3,.hot-card h3,.cat-pill,.share-label{
  font-family:"Sora",system-ui,-apple-system,"Segoe UI",sans-serif;
}
.back-top{
  position:fixed;right:14px;bottom:18px;width:44px;height:44px;border:0;
  border-radius:50%;background:var(--red,#e11d2e);color:#fff;font-size:18px;
  cursor:pointer;z-index:40;display:none;box-shadow:0 8px 20px rgba(0,0,0,.2);
}
.back-top.show{display:grid;place-items:center}
