
/* ============ */

/*  */
.hero h1 {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(28px, 5vw, 34px);
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--dark-teal);
}

/*  */
.services h2,
.process h2 {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(26px, 4vw, 32px);
  line-height: 1.4;
  font-weight: 700;
  color: var(--dark-teal);
}

.services h3,
.process .step h3 {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  color: var(--dark-teal);
}

.services p,
.process p {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.55;
  color: var(--ink);
}

/* */
.akt-main-layout__content .services h2,
.akt-main-layout__sidebar .akt-sidebar-news__title {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

/*  */
.akt-sidebar-news__headline {
  font-weight: 700;              
}

.akt-sidebar-news__extra a {
  color: var(--primary-teal);    
  font-weight: 600;              
  text-decoration: none;         
}

.akt-sidebar-news__extra a:hover,
.akt-sidebar-news__extra a:focus {
  color: var(--primary-teal);    
  text-decoration: none;         
}


