@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/poppins/poppins-v5-latin-500.woff2");
    /* IE9 Compat Modes */
    /* Legacy iOS */ 
}
  
  /* poppins-700 - latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/poppins/poppins-v5-latin-700.woff2");
/* IE9 Compat Modes */
    /* Legacy iOS */ 
}

@font-face {
    font-family: 'Iconic';
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/Material-Design-Iconic-Font.woff2");
/* IE9 Compat Modes */
    /* Legacy iOS */ 
}