/* h1, h2, h3, h4, h5, h6 {
  font-family: 'Inter', sans-serif;
  font-weight: 400
} */
@font-face {
  src: url(AgencyFB.ttf);
  font-family: 'AgencyFB';
}

.font-agency {
  font-family: 'AgencyFB';
}

@font-face {
  src: url(AgencyFB-Bold.ttf);
  font-family: 'AgencyFB-bold';
}

.font-agency-bold {
  font-family: 'AgencyFB-bold';
  color: #000
}

@font-face {
  src: url(Have-Heart-One.otf);
  font-family: 'HaveHeart';
}

.font-have {
  font-family: 'HaveHeart';
}

@font-face {
  src: url(Aeron.ttf);
  font-family: 'Aeron';
}

.font-aeron {
  font-family: 'Aeron';
}

@font-face {
  src: url(MYRIADPRO-REGULAR.otf);
  font-family: 'Myriadpro';
}

.font-myriad {
  font-family: 'Myriadpro';
}

.font-allerta {
  font-family: 'Allerta', sans-serif;
}

.font-archivo {
  font-family: 'Archivo Black', sans-serif;
}

body, html {
  font-family: 'Abel', sans-serif;
}

body {
    -webkit-animation-delay: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
}

@-webkit-keyframes fontfix {
    from { opacity: 1; }
    to   { opacity: 1; }
}

.title-agency h1,
.title-agency h2,
.title-agency h3,
.title-agency h4 {
  font-family: 'AgencyFB-bold';
}
