@font-face {
  font-family: "Warsaw Gothic Extended";
  src: url("https://grand-salamander-b13774.netlify.app/WarsawGothic.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

.tc-center {
  width: 100%;
  text-align: center;
}

.tc-label {
  display: block;
  font-family: "Warsaw Gothic Extended", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: clamp(16px, 2vw, 22px);
  font-weight: 600;
  color: #fff;
  line-height: 1;
  margin: 0 0 0.5em 0;
}

.tc-rotate {
  --line: 0.90em;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: clamp(52px, 9.5vw, 120px);
  font-weight: 700;
  color: #f2d401;
  line-height: 1;
  margin: 0;
  padding: 0;
  font-family: "Warsaw Gothic Extended", sans-serif;
}

.tc-rotate__mask { display:inline-block; height:var(--line); overflow:hidden; vertical-align:bottom; line-height:1; }
.tc-rotate__list { display:block; animation: tc-rotate 6.6s infinite; will-change: transform; }
.tc-rotate__list > span { display:block; height:var(--line); line-height:var(--line); white-space:nowrap; }

.tc-sub {
  margin-top: 0.9em;
  font-family: "Warsaw Gothic Extended", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: clamp(16px, 2.2vw, 26px);
  font-weight: 500;
  color: #fff;
  line-height: 1.05;
}

.tc-sub-line {
  display: block;
  margin: 0;
}

@keyframes tc-rotate {
  0%, 30% { transform: translateY(0); }
  33%, 63% { transform: translateY(calc(-1 * var(--line))); }
  66%, 96% { transform: translateY(calc(-2 * var(--line))); }
  100% { transform: translateY(0); }
}
