/* Home */
.home-hero-section .home-title {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.home-hero-section .hero-text-1 {
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  color: #fff;
  font-family: "Inter", sans-serif;
  margin-block-end: 0;
}

.home-triptic-cont .triptic-card h2 {
  font-family: "diatype compressed";
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  text-align: left;
}
.home-triptic-cont .triptic-card h2 span {
  padding: 0 5px;
  line-height: inherit;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background-color: #fff;
}

.interview-preview-card .interview-preview-text h3 {
  font-family: "Diatype Expanded";
  font-size: 22px;
  line-height: 24px;
}
.interview-preview-card .interview-preview-text h3 span {
  color: var(--primary-color);
}
.single-tags span a{
    color:inherit;
}

@media (min-width: 768px) {
  .interview-preview-card:hover .interview-preview-text h3 span {
    color: var(--secondary-color);
  }
}

.section-heading {
  text-align: left;
  margin-block-end: 0;
}

.subscription-plan-cont .subscription-type {
  font-family: "diatype compressed";
  text-transform: uppercase;
  font-size: 40px;
  line-height: 38px;
  margin-bottom: 20px;
}

.subscription-plan-cont .price {
    font-size: 110px;
    font-family: "cstm xprmntl 02";
    line-height: 105px;
}

/* Category */
.seccions-cont .category-h1 {
  font-family: "Diatype Expanded";
  font-size: 22px;
  line-height: 24px;
  color: #000;
  text-align: left;
  margin-block-end: 0;
}

.seccions-cont .section-desc {
  font-size: 20px;
  line-height: 30px;
  color: #000;
  font-family: "Inter", sans-serif;
  margin-block-end: 20px;
  text-align: left;
}

/* Nosaltres */

.round-title-h1 {
  all: unset;
}
.page-about .intro-h2 {
  /* all:unset; */
  font-size: 40px;
  line-height: 38px;
  text-align: center;
  color: var(--purple);
}

/* Single */
.single-page .heading-autor {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 26px;
}
.single-page .heading-autor h2{
    font-size: 20px;
    line-height: 26px;
    margin-block-start: 0;
    margin-block-end: 0;
    font-family: "Inter", sans-serif;
    font-weight: 400;
}
.single-page .heading-autor p{
    font-size: 20px;
    line-height: 26px;
}

/* Footer */
.footer-content .footer-credits-cont .footer-credits-names ul {
  font-family: "Diatype Compressed";
  font-size: 40px;
  line-height: 38px;
  display: inline;
  white-space: normal;
  margin-block-end:0;
  
}
.footer-content .footer-credits-cont .footer-credits-names li {
  display:inline;
  
}
.footer-content .footer-credits-cont .footer-credits-names ul li:nth-child(2n) {
    color: #b3b3b3;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 767px) {
  /* Home */
  .home-hero-section .hero-text-1 {
    font-size: 12px;
    line-height: 14.5px;
  }

  .subscription-plan-cont .subscription-type {
    font-family: "diatype compressed";
    text-transform: uppercase;
    font-size: 30px;
    line-height: 28px;
    margin-bottom: 20px;
  }

  .subscription-plan-cont .price {
        font-size: 82px;
        line-height: 112px;
        margin-bottom: 0;
    }
}
