



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

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

}
@font-face {
    font-family: 'poppins';
    src: url('poppins-light.woff2') format('woff2'),
         url('poppins-light.woff') format('woff');
    font-weight: 200;
    font-style: normal;

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

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

}
@font-face {
    font-family: 'poppins';
    src: url('poppins-thin.woff2') format('woff2'),
         url('poppins-thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;

}