/* Poppins Regular */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/poppins/Poppins-Regular.ttf") format("truetype");
  font-display: swap;
}

/* Poppins Medium */
@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/poppins/Poppins-Medium.ttf") format("truetype");
    font-display: swap;
}

/* Poppins Bold */
@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/poppins/Poppins-Bold.ttf") format("truetype");
    font-display: swap;
}

/* Poppins Italic */
@font-face {
    font-family: "Poppins";
    font-style: italic;
    font-weight: 400;
    src: url("../fonts/poppins/Poppins-Italic.ttf") format("truetype");
    font-display: swap;
}

/* ================================ */

/* Rubik Regular */
@font-face {
    font-family: "Rubik";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/rubik/Rubik-Regular.ttf") format("truetype");
    font-display: swap;
}

/* Rubik Medium */
@font-face {
    font-family: "Rubik";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/rubik/Rubik-Medium.ttf") format("truetype");
    font-display: swap;
}

/* Rubik Bold */
@font-face {
    font-family: "Rubik";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/rubik/Rubik-Bold.ttf");
    font-display: swap;
}

/* Rubik Italic */
@font-face {
    font-family: "Rubik";
    font-style: italic;
    font-weight: 400;
    src: url("../fonts/rubik/Rubik-Italic.ttf") format("truetype");
    font-display: swap;
}

/* ================================ */

/* Toxigenesis */
@font-face {
    font-family: "Toxigenesis";
    src: url("../fonts/toxigenesis.ttf") format("truetype");
    font-display: swap;
}