/* Josefin */
@font-face {
  font-family: "Josefin";
  src: url("../assets/fonts/Josefin_Sans/JosefinSans-Thin.ttf");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Josefin";
  src: url("../assets/fonts/Josefin_Sans/JosefinSans-ThinItalic.ttf");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Josefin";
  src: url("../assets/fonts/Josefin_Sans/JosefinSans-Light.ttf");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Josefin";
  src: url("../assets/fonts/Josefin_Sans/JosefinSans-LightItalic.ttf");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Josefin";
  src: url("../assets/fonts/Josefin_Sans/JosefinSans-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Josefin";
  src: url("../assets/fonts/Josefin_Sans/JosefinSans-italic.ttf");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Josefin";
  src: url("../assets/fonts/Josefin_Sans/JosefinSans-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Josefin";
  src: url("../assets/fonts/Josefin_Sans/JosefinSans-BoldItalic.ttf");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Josefin";
  src: url("../assets/fonts/Josefin_Sans/JosefinSans-SemiBold.ttf");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Josefin";
  src: url("../assets/fonts/Josefin_Sans/JosefinSans-SemiBoldItalic.ttf");
  font-weight: 900;
  font-style: italic;
}

/* Raleway */
@font-face {
  font-family: Raleway;
  src: url("../assets/fonts/Raleway/Raleway-Thin.ttf");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: Raleway;
  src: url("../assets/fonts/Raleway/Raleway-Light.ttf");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: Raleway;
  src: url("../assets/fonts/Raleway/Raleway-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}

/* Poppins */
@font-face {
  font-family: Poppins;
  src: url("../assets/fonts/Poppins/Poppins-Thin.ttf");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: Poppins;
  src: url("../assets/fonts/Poppins/Poppins-Light.ttf");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: Poppins;
  src: url("../assets/fonts/Poppins/Poppins-LightItalic.ttf");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: Poppins;
  src: url("../assets/fonts/Poppins/Poppins-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
