.quicksand-regular {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  letter-spacing: 0.3rem;
  line-height: 4.6rem;
  font-weight: 300;
  font-style: normal;
}
.quicksand-bold {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  letter-spacing: 0.3rem;
  line-height: 4.6rem;
  font-weight: 700;
  font-style: normal;
}

.source-sans-3-regular {
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.source-sans-3-bold {
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.figtree-light {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.figtree-bold {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.nanum-myeongjo-regular {
  font-family: "Nanum Myeongjo", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.nanum-myeongjo-bold {
  font-family: "Nanum Myeongjo", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

/* Ensure Arial font and bold where needed */
body, html {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;

  overflow-x: hidden;
}

/* Hide scrollbar for Chrome, Safari and Opera */
::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
* {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}




/* Responsive tweaks for right-side images */
@media (max-width: 767px) {
  .w-3\/5 { width: 100% !important; }
  .w-2\/5 { display: none !important; }
}

@media (max-width: 1023px) {
  .quicksand-bold {
    line-height: 3.0rem !important;
  }
  .quicksand-regular{
    line-height: 3.0rem !important;
  }
}
