@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Sora:wght@100..800&display=swap');
/* --------- Utility classes ----------- */
/* text */
.txt_white {
  color: var(--color_white);
}

.txt_black {
  color: var(--color_black);
}

.txt_primary_col {
  color: var(--color_primary);
}
.txt_secondary_col {
  color: var(--color_secondary);
}

.underline {
  text-decoration: underline;
}

.font_sora {
  font-family: "Sora";
}

.txt_center {
  text-align: center;
}

/* Font Sizes */

.fs_16-20 {
  font-size: 16px;
}
.fs_16-22 {
  font-size: 16px;
}

.fs_18-22 {
  font-size: 18px;
}

.fs_14-22 {
  font-size: 14px;
}

.fs_12-16 {
  font-size: 12px;
}

.relative {
  position: relative;
}

.stop_scrolling {
  overflow: hidden;
  height: 100%;
}

@media screen and (min-width: 769px) {
  .fs_16-20 {
    font-size: 18px;
  }
  .fs_16-22 {
    font-size: 18px;
  }

  .fs_18-22 {
    font-size: 20px;
  }

  .fs_14-22 {
    font-size: 16px;
  }

  .fs_12-16 {
    font-size: 14px;
  }
}

@media screen and (min-width: 1025px) {
  .fs_16-20 {
    font-size: 18px;
  }
  .fs_16-22 {
    font-size: 22px;
  }

  .fs_18-22 {
    font-size: 22px;
  }

  .fs_14-22 {
    font-size: 22px;
  }

  .fs_12-16 {
    font-size: 16px;
  }
}
a {
  text-decoration: none;
}
a:visited, .alink:visited, a:hover {
  text-decoration: none;
  color: inherit;
}
