:root{
  --brand-cyan:#24d2de;
  --brand-blue:#4545ff;
  --brand-violet:#7b64ff;
}

body{
  font-family:Manrope,Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  -webkit-font-smoothing:auto;
  text-rendering:optimizeLegibility;
}

h1,h2,h3{
  font-family:Manrope,Inter,ui-sans-serif,sans-serif;
  text-rendering:optimizeLegibility;
}

.site-brand{
  gap:13px;
  font-weight:800;
  letter-spacing:-.06em;
  font-size:2.35rem;
}

.brand-word{display:inline-block;line-height:1}

.brand-mark{
  width:46px;
  height:46px;
  border:0;
  border-radius:14px;
  color:transparent;
  background:transparent url('/isentix-brand-mark.svg?v=2') center/contain no-repeat;
  box-shadow:none;
  font-size:0;
}

.brand-mark::after{
  content:none;
}

.site-brand .x,.brand .brand-x{
  background:linear-gradient(90deg,var(--brand-cyan) 0%,var(--brand-violet) 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.site-links{font-weight:650}

.how-hero h1,.audience-hero h1,.contact-hero h1,.page-hero h1,.page-content h1{
  font-weight:750!important;
  line-height:.96!important;
  letter-spacing:-.055em!important;
}

.hero h1{
  font-weight:800!important;
  line-height:.93!important;
  letter-spacing:-.055em!important;
}

.hero h1,.hero h1 *{text-shadow:0 0 .01px currentColor}

.how-main h2,.audience-main h2,.contact-main h2,main h2{
  font-weight:650;
  letter-spacing:-.052em;
}

.nav .brand{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#fff!important;
}

.nav .brand .brand-mark{
  width:32px;
  height:32px;
  font-size:1.45rem;
}

.site-footer .site-brand{font-size:1.7rem}
.site-footer .brand-mark{width:34px;height:34px;border-radius:10px}

@media(max-width:620px){
  .site-brand{gap:9px}
}
