@font-face {
    font-family: 'Poppins-Regular';
    src:url('../../fonts/Poppins/Poppins-Regular.ttf'); /* IE9 Compat Modes */
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Poppins-SemiBold';
    src:url('../../fonts/Poppins/Poppins-SemiBold.ttf'); /* IE9 Compat Modes */
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility;
}

body{font-family: 'Poppins-Regular';}
h1, h2, h3, h4, h5, h6{font-family: 'Poppins-SemiBold';}

.lf-btn-swiper:hover {
color:#FF0000;
}