/*******************************
            FONTS
*******************************/

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

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

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