.fixedcompile {
  color: white;
}

body {
  font-family: "Inter Tight", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Thasadith", sans-serif;
}

.primary-heading {
  font-size: clamp(42px, 3.5vw, 60px);
  margin-top: 0;
  margin-bottom: 25px;
  color: #525A60;
  font-weight: 600;
  font-family: "Thasadith", sans-serif;
  line-height: 1;
}

.secondary-heading {
  font-size: clamp(36px, 2.5vw, 60px);
  margin-top: 0;
  margin-bottom: 25px;
  color: #525A60;
  font-weight: 600;
  font-family: "Thasadith", sans-serif;
  line-height: 1.1;
}

.secondary-heading.sm {
  font-size: clamp(28px, 2.5vw, 45px);
}

.tertiary-heading {
  font-size: clamp(26px, 2.5vw, 34px);
  margin-top: 0;
  margin-bottom: 25px;
  color: #525A60;
  font-weight: 600;
  font-family: "Thasadith", sans-serif;
  line-height: 1;
}

.small-heading {
  font-size: clamp(10px, 1.3vw, 12px);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  font-family: "Inter Tight", sans-serif;
  color: #E1AE7D;
  margin: 0;
}

.custom-button {
  text-decoration: none;
  padding: 10px 25px;
  background: #3E5E76;
  color: white;
  border-radius: 50px;
  transition: all 300ms ease;
  font-family: "Thasadith", sans-serif;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
  font-weight: 600;
}

.custom-button:after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 10px;
  background: url("/wp-content/themes/Longstone/img/arrow-light.svg") no-repeat;
  background-size: contain;
  margin-left: 15px;
  transition: all 200ms ease;
}

.custom-button:hover {
  background: #E1AE7D;
  color: #F5F1EA;
}

.custom-button:hover:after {
  transform: translateX(4px);
}

.custom-button.gold {
  background: transparent;
  border: 1px solid #E1AE7D;
  color: #E1AE7D;
}

.custom-button.gold:after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 10px;
  background: url("/wp-content/themes/Longstone/img/arrow-gold.svg") no-repeat;
  background-size: contain;
  margin-left: 15px;
  transition: all 200ms ease;
}

.custom-button.gold:hover {
  background: #E1AE7D;
  color: #F5F1EA;
}

.custom-button.gold:hover:after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 10px;
  background: url("/wp-content/themes/Longstone/img/arrow-light.svg") no-repeat;
  background-size: contain;
  margin-left: 15px;
  transition: all 200ms ease;
}

.custom-link {
  text-decoration: none;
  font-size: 16px;
  color: #525A60;
  transition: all 300ms ease;
  display: inline-flex;
  align-items: center;
}

.custom-link:after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 10px;
  background: url("/wp-content/themes/Longstone/img/arrow.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: 11px;
  position: relative;
  top: 1px;
  transition: all 250ms ease;
}

.custom-link:hover {
  opacity: 0.7;
}

.custom-link:hover:after {
  transform: translateX(2px);
}

.custom-link.light {
  color: #F5F1EA;
}

.custom-link.light:after {
  background: url("/wp-content/themes/Longstone/img/arrow-light.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.custom-link.gold {
  color: #E1AE7D;
}

.custom-link.gold:after {
  background: url("/wp-content/themes/Longstone/img/arrow-gold.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.dark-text {
  color: #525A60;
}

.light-text {
  color: #F5F1EA;
}

.gold-text {
  color: #E1AE7D;
}

.blue-text {
  color: #3E5E76;
}

.font-light {
  font-weight: 300;
}

.font-regular {
  font-weight: 400;
}

.font-bold {
  font-weight: 600;
}
