@import url('https://use.typekit.net/azg1fcp.css');

@font-face {
  font-family: 'Outfit';

  src: url('../fonts/Outfit/Outfit-VariableFont_wght.ttf');
}

h1 {
  font-family: Outfit, sans-serif!important;
  color: #EE7707;
  font-weight: 400;
}

h2 {
  font-family: Outfit, sans-serif!important;
  color: #EE7707;
  font-weight: 400;
}

h3 {
  font-family: Outfit, sans-serif!important;
  color: #EE7707;
  font-weight: 400;
}

h4 {
  font-family: Outfit, sans-serif!important;
  color: #EE7707;
  font-weight: 400;
}

p {
  font-family: sofia-pro, sans-serif!important;
}

.text-primary {
  color: #EE7707;
}

.text-black {
  color: #000000;
}

.text-white {
  color: white;
}

.mceContentBody {
  background-color: #dedede;
}

.mce-floatpanel {
  background-color: lightgrey !important;
}

.font-semibold {
  font-weight: 500;
}

/* custom block styles */

.block-testimonial-title {
  font-size: 24px;
}

.block-testimonial-text {
  font-size: 18px;
}

.block-max-w {
  max-width: 610px;
  margin: 0px auto;
}