@import "https://fonts.cdnfonts.com/css/college-block-20";

@font-face {
  font-family: "College Block 2.0 Outlines";
  font-style: normal;
  font-weight: 400;
  src:
    local("College Block 2.0 Outlines"),
    local("CollegeBlock2.0-Outlines"),
    local("College Block 2.0 Outlines Regular");
}

.college-block-title {
  font-family: "College Block 2.0 Outlines", "College Block 2.0", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.5px rgb(242 242 244 / 0.92);
  paint-order: stroke fill;
  transform: scaleX(1.08);
  transform-origin: left center;
}

.college-block-title--stack {
  display: flex;
  flex-direction: column;
  gap: 0.22em;
}

.college-block-title--filled {
  font-family: "College Block 2.0", sans-serif;
  color: rgb(242 242 244);
  -webkit-text-stroke-width: 0;
  -webkit-text-stroke-color: transparent;
}

.section-title {
  font-size: clamp(1.85rem, 5.5vw, 3.25rem);
}

.college-block-title--accent {
  -webkit-text-stroke-color: rgb(228 2 43);
}

@media (width >= 768px) {
  .college-block-title {
    -webkit-text-stroke-width: 2px;
  }
}

@media (width >= 1024px) {
  .college-block-title {
    -webkit-text-stroke-width: 2.25px;
  }
}
