/*
Theme Name: Divi Child
Template: Divi
Version: 1.0.0
*/

.sabik-body {
  font-family:
    'NeueFrutigerCondensedBook', Helvetica, Arial, Lucida, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  color: #575756;
}

.sabik-headline {
  font-size: 29px;
  font-weight: 400;
  line-height: 1.2em;
}

.sabik-headline strong {
  font-weight: 700;
}

.sabik-text p {
  padding-bottom: 1em;
  word-wrap: break-word;
}

.sabik-text > :last-child {
  padding-bottom: 0;
}

.sabik-text strong {
  font-weight: 700;
}

.sabik-button {
  display: inline-block;
  width: fit-content;
  font-weight: 500;
  color: #ffffff;
  padding: 0.3em 0.7em;
  font-size: 18px;
  line-height: 1.7em;
  text-transform: capitalize;
  background-color: #ffba00;
  border-radius: 16px;
  border: none;
  outline: none;
  transition: all 300ms ease 0ms;
}

.sabik-button:after {
  content: '$';
  font-family: ETmodules !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7em;
  margin-left: 0.3em;
}
