<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">p {
  font-size: clamp(1rem, 1vw + 0.5rem, 1.3rem);
  font-weight: 400;
  line-height: 1.33;
  color: var(--c_greyblack);
  white-space: pre-wrap;
  padding: 0;
  margin: 0;
}

p a {
  text-decoration: none;
  color: inherit;
  border-bottom: 2px solid var(--c_plnred);
  -webkit-box-shadow: inset 0 -2px 0 var(--c_plnred);
  box-shadow: inset 0 -2px 0 var(--c_plnred);
  -webkit-transition: background .1s linear;
  -o-transition: .1s linear background;
  transition: background .1s linear;
  padding-top: 1px;
}

p a:hover {
  color: white;
  background: var(--c_plnred);
}

h1 {
  font-size: clamp(2rem, 2vw + 1.5rem, 3.5rem);
  line-height: 1.1;
  font-weight: 1000;
  white-space: pre-wrap;
}

h2 {
  font-size: clamp(1.6rem, 2vw + 0.5rem, 2rem);
  font-weight: 300;
  line-height: 1.15;
  white-space: pre-wrap;
}

.cifra {
  font-weight: 900;
  letter-spacing: .02em;
  font-size: clamp(.7rem, 2vw + 1rem, 2.4rem);
  line-height: .8;
  margin-bottom: .5rem;
}

.grid-text {
  font-size: clamp(1.2rem, 5vw + 1.2rem, 1.5rem);
}

</pre></body></html>