@font-face {
    font-family: 'Poppins';
    font-weight: 300;
    src: url('../../fonts/Poppins-Light.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    font-weight: 400;
    src: url('../../fonts/Poppins-Regular.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    font-weight: 500;
    src: url('../../fonts/Poppins-Medium.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    font-weight: 600;
    src: url('../../fonts/Poppins-SemiBold.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    font-weight: 700;
    src: url('../../fonts/Poppins-Bold.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    font-weight: 800;
    src: url('../../fonts/Poppins-ExtraBold.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    font-weight: 300;
    src: url('../../fonts/Roboto-Light.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    font-weight: 400;
    src: url('../../fonts/Roboto-Regular.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    font-weight: 500;
    src: url('../../fonts/Roboto-Medium.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    font-weight: 600;
    src: url('../../fonts/Roboto-SemiBold.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    font-weight: 700;
    src: url('../../fonts/Roboto-Bold.ttf');
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    font-weight: 800;
    src: url('../../fonts/Roboto-ExtraBold.ttf');
    font-display: swap;
}