/*========================================
/*          FIX FOIT (CUSTOM FONTS)
/*========================================*/

/* Si tu H1 está en 800, deja este también */
@font-face {
  font-family: "Sweet Sans Pro";
  src: url("/wp-content/uploads/2026/01/SweetSansProBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/*========================================
/*               HIGHLIGHT
/*========================================*/

/* highlight */
.kos-highlight{
  background: linear-gradient(
    transparent 65%,
    var(--e-global-color-accent) 65%
  );
  padding: 0 .10em; /* ese .05em baja el highlight sin engordarlo */
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  border-radius: .12em;
}
