@font-face {
    font-family: "Poppins";
    src: url("/fonts/poppins/Poppins-Light.ttf") format("truetype");
    font-style: normal;
    font-weight: 300;
}

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

@font-face {
    font-family: "Poppins";
    src: url("/fonts/poppins/Poppins-RegularItalic.ttf") format("truetype");
    font-style: italic;
    font-weight: 400;
}

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

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

@font-face {
    font-family: "Poppins";
    src: url("/fonts/poppins/Poppins-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: "Poppins";
    src: url("/fonts/poppins/Poppins-BoldItalic.ttf") format("truetype");
    font-style: italic;
    font-weight: 700;
}

/* @font-face {
    font-family: "Poppins";
    src: url("/fonts/poppins/Poppins-ExtraBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 800;
} */

@font-face {
    font-family: "StratumNo1";
    src: url("/fonts/stratumno1/StratumNo1-Thin.ttf") format("truetype");
    font-style: normal;
    font-weight: 100;
}

@font-face {
    font-family: "StratumNo1";
    src: url("/fonts/stratumno1/StratumNo1-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "StratumNo1";
    src: url("/fonts/stratumno1/StratumNo1-Medium.ttf") format("truetype");
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: "StratumNo1";
    src: url("/fonts/stratumno1/StratumNo1-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
}

/* @font-face {
    font-family: "StratumNo1";
    src: url("/fonts/stratumno1/StratumNo1-Black.ttf") format("truetype");
    font-style: normal;
    font-weight: 900;
} */
