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

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