@font-face {
    font-family: 'Poppins';
    font-style:  normal;
    font-weight: normal;
    src:         local(''),
                 url('../fonts/Poppins-Regular.woff2') format('woff2')
}
@font-face {
    font-family: 'Poppins';
    font-style:  normal;
    font-weight: bold;
    src:         local(''),
                 url('../fonts/Poppins-Bold.woff2') format('woff2')
}