/* * {
    line-height: 98%;
} */


.font-extralight {
  font-family: "Pathway Extreme", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.font-light {
  font-family: "Pathway Extreme", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.font-regular {
  font-family: "Pathway Extreme", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.font-medium {
  font-family: "Pathway Extreme", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.font-semibold {
  font-family: "Pathway Extreme", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.font-bold {
  font-family: "Pathway Extreme", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.font-black {
  font-family: "Pathway Extreme", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.font-extralight-italic {
  font-family: "Pathway Extreme", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.font-light-italic {
  font-family: "Pathway Extreme", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.font-regular-italic {
  font-family: "Pathway Extreme", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.font-semibold-italic {
  font-family: "Pathway Extreme", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.font-bold-italic {
  font-family: "Pathway Extreme", sans-serif;
  font-weight: 700;
  font-style: italic;
}



/* ------------------------------------------------------------------------------------ */

.font-xl{
    font-size: 88px;
    line-height: 98%
}

.font-l{
    font-size: 48px;
    line-height: 98%
}

.font-m{
    font-size: 30px;
    line-height: 98%
}

.font-s{
    font-size: 24px;
}

.font-xs{
    font-size: 20px;
}

.font-menu{
    font-size: 30px;
    line-height: 98%
}

/* ------------------------------------------------------------------------------------ */

.txt-color-1{
    color: var(--primary-color);
}

.txt-color-2{
    color: var(--suport-color);
}


.decoration-none{
  text-decoration: none;
}

/* ------------------------------------------------------------------------------------ */

  @media (max-width: 544px) {
    .font-xl {
      font-size: 60px;
    }

    .font-l{
    font-size: 42px;
    line-height: 98%
    }

  .font-m{
    font-size: 24px;
    line-height: 98%
  }

  .font-s{
    font-size: 18px;
  }

  .font-xs{
    font-size: 16px;
  }
  }