@font-face {
    font-family: 'Poppins';
    src: url('../woff2/poppins-medium-webfont.woff2') format('woff2'),
         url('../woff/poppins-medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;

}

@font-face {
    font-family: 'Poppins';
    src: url('../woff2/poppins-semibold-webfont.woff2') format('woff2'),
         url('../woff/poppins-semibold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;

}

@font-face {
    font-family: 'Poppins';
    src: url('../woff2/poppins-bold-webfont.woff2') format('woff2'),
         url('../woff/poppins-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;

}

@font-face {
    font-family: 'Inter';
    src: url('../woff2/inter-regular-webfont.woff2') format('woff2'),
         url('../woff/inter-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;

}

@font-face {
    font-family: 'Inter';
    src: url('../woff2/inter-light-webfont.woff2') format('woff2'),
         url('../woff/inter-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;

}

@font-face {
    font-family: 'Inter';
    src: url('../woff2/inter-bold-webfont.woff2') format('woff2'),
         url('../woff/inter-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;

}

@font-face {
  font-family: 'icomoon';
  src:  url('../icomoon612c.html');
  src:  url('../icomoon612c.html#iefix') format('embedded-opentype'),
    url('../ttf/icomoon612c.ttf') format('truetype'),
    url('../woff/icomoon612c.woff') format('woff'),
    url('../svg/icomoon612c.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

i.fas, i.far {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa, .fab, .fad, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
i.fa, i.fas, i.far,
.blog-post-page p.btn-text > a:after {
	font-family: 'icomoon' !important;
	font-style: normal;
	font-weight: 900;
}
.fa-play:before {
    content: "\f04b";
}
.fa-star:before {
    content: "\f005";
}
.fa-angle-right:before {
    content: "\f105";
}
.fa-clock:before {
    content: "\f017";
}
.fa-user:before {
    content: "\f007";
}
.fa-heart:before {
    content: "\f004";
}
