@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 100;
    src: url("Poppins-Thin.ttf");
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    font-style: italic;
    font-weight: 100;
    src: url("Poppins-ThinItalic.ttf");
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 200;
    src: url("Poppins-ExtraLight.ttf");
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    font-style: italic;
    font-weight: 200;
    src: url("Poppins-ExtraLightItalic.ttf");
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 300;
    src: url("Poppins-Light.ttf");
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    font-style: italic;
    font-weight: 300;
    src: url("Poppins-LightItalic.ttf");
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    src: url("Poppins-Regular.ttf");
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    font-style: italic;
    font-weight: 400;
    src: url("Poppins-Italic.ttf");
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    src: url("Poppins-Medium.ttf");
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    font-style: italic;
    font-weight: 500;
    src: url("Poppins-MediumItalic.ttf");
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    src: url("Poppins-SemiBold.ttf");
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    font-style: italic;
    font-weight: 600;
    src: url("Poppins-SemiBoldItalic.ttf");
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    font-style: bold;
    font-weight: 700;
    src: url("Poppins-Bold.ttf");
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    font-style: italic;
    font-weight: 700;
    src: url("Poppins-BoldItalic.ttf");
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 800;
    src: url("Poppins-ExtraBold.ttf");
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    font-style: italic;
    font-weight: 800;
    src: url("Poppins-ExtraBoldItalic.ttf");
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 900;
    src: url("Poppins-Black.ttf");
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    font-style: italic;
    font-weight: 900;
    src: url("Poppins-BlackItalic.ttf");
    font-display: swap;
}

/* ROBOTO */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 100;
    src: url("Roboto-Thin.ttf");
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    src: url("Roboto-Light.ttf");
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    src: url("Roboto-Regular.ttf");
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    src: url("Roboto-Medium.ttf");
    font-display: swap;
}


@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 600;
    src: url("Roboto-SemiBold.ttf");
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    font-style: bold;
    font-weight: 700;
    src: url("Roboto-Bold.ttf");
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    src: url("Roboto-Black.ttf");
    font-display: swap;
}