/* Custom Styles */
@font-face {
    font-family: Feeling Passionate;
    src: url('feeling-passionate.ttf');
}

h6 {
    font-family: 'Feeling Passionate', cursive !important;
    font-weight: 400 !important;
    line-height: 1;
}

@font-face {
    font-family: Sofia Pro Bold;
    src: url('sofia-pro-bold.ttf');
}

@font-face {
    font-family: Sofia Pro Regular;
    src: url('sofia-pro-regular.ttf');
}


h1, h2, h3, .btn--medium, .btn--small, .btn--large, .form-btn {
    font-family: "Sofia Pro Bold", sans-serif !important;
    letter-spacing: -0.02em;

}

h4, h5, p, li, ul, ol, .form-control  {
      font-family: "Sofia Pro Regular", sans-serif !important;
}