@import url("https://use.typekit.net/ozi4vyl.css");

.acf-wysiwyg-field {
  background-color: #d6d6d6;
}

.acf-wysiwyg-field .large-text{
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1.5;
}

.acf-wysiwyg-field .medium-text{
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.5;
}

.acf-wysiwyg-field .small-text{
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.acf-wysiwyg-field .paragraph{
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  line-height: 1.625;
}

.acf-wysiwyg-field a{
  text-decoration-line: underline;
}

.text-white {
  color: #ffffff;
}

.text-obisidian {
  color: #0C232A;
}

.text-sun {
  color: #f8ab1e;
}

.text-persimmon {
  color: #E05532;
}

.text-stone {
  color: #008e8d;
}

.text-shadow {
  color: #A3D3C7;
}

.text-concrete {
  color: #F4F1F1;
}

strong,
body.webkit strong,
body.webkit b{
  font-weight: 600 !important;
}
