/* DM Sans */
@font-face {
    font-family: 'DM-Sans';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/DM_Sans/DMSans-Regular.ttf");
}
@font-face {
    font-family: 'DM-Sans';
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/DM_Sans/DMSans-Bold.ttf");
}
/* Poppins */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 100;
    src: url("../fonts/Poppins/Poppins-Thin.ttf");
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 200;
    src: url("../fonts/Poppins/Poppins-ExtraLight.ttf");
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/Poppins/Poppins-Light.ttf");
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Poppins/Poppins-Regular.ttf");
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/Poppins/Poppins-Medium.ttf");
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/Poppins/Poppins-SemiBold.ttf");
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/Poppins/Poppins-Bold.ttf");
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    src: url("../fonts/Poppins/Poppins-ExtraBold.ttf");
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/Poppins/Poppins-Black.ttf");
}


/* @font-face {
    font-family: 'Manrope-Regular';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Manrope/Manrope-Regular.ttf");
}
@font-face {
    font-family: 'Manrope-Semibold';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Manrope/Manrope-SemiBold.ttf");
} */
