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

}

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

}

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

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