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

