/* CSS Document */
@font-face {
    font-family: "Poppins-Light";
    src: url(/AdminLTE-3.0.5/dist/fonts/Poppins/Poppins-Light.ttf);
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Poppins-Regular";
    src: url(/AdminLTE-3.0.5/dist/fonts/Poppins/Poppins-Regular.ttf);
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Poppins-Medium";
    src: url(/AdminLTE-3.0.5/dist/fonts/Poppins/Poppins-Medium.ttf);
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Poppins-SemiBold";
    src: url(/AdminLTE-3.0.5/dist/fonts/Poppins/Poppins-SemiBold.ttf);
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Poppins-Bold";
    src: url(/AdminLTE-3.0.5/dist/fonts/Poppins/Poppins-Bold.ttf);
    font-weight: bold;
    font-style: normal;
}