@font-face {
    font-family: 'Poppins';
    src: local('Poppins'), local('Poppins'),
    url('./Poppins-Regular.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    src: local('Poppins'), local('Poppins'),
    url('./Poppins-SemiBold.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    src: local('Poppins'), local('Poppins'),
    url('./Poppins-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
