/* Outfit font-family declaration */

@font-face {
  font-family: "Outfit";
  src: url("./outfit/outfit.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Outfit";
  src: url("./outfit/outfit.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("./outfit/outfit.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Outfit";
  src: url("./outfit/outfit.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* End Outfit font-family declaration */

/* Manrope font-family declaration */

@font-face {
  font-family: "Manrope";
  src: url("./manrope/manrope.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("./manrope/manrope.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("./manrope/manrope.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("./manrope/manrope.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* End Manrope font-family declaration */
