@font-face {
    font-family: 'poppinsblack';
    src: url('fonts/poppins-black.woff2') format('woff2'),
         url('fonts/poppins-black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsbold';
    src: url('fonts/poppins-bold.woff2') format('woff2'),
         url('fonts/poppins-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsextralight_italic';
    src: url('fonts/poppins-extralightitalic.woff2') format('woff2'),
         url('fonts/poppins-extralightitalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinslight_italic';
    src: url('fonts/poppins-lightitalic.woff2') format('woff2'),
         url('fonts/poppins-lightitalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsregular';
    src: url('fonts/poppins-regular.woff2') format('woff2'),
         url('fonts/poppins-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: FAsolid;
  src: url('fonts/fa-solid-900.woff2')  format('woff2'),
       url('fonts/fa-solid-900.woff') format('woff');
}

@font-face {
  font-family: FAreg;
  src: url('fonts/fa-regular-400.woff2')  format('woff2'),
       url('fonts/fa-regular-400.woff') format('woff');;
}
