@font-face {
  font-family: "Alegreya Sans";
  font-weight: 100;
  src: url("/pub/assets/fonts/AlegreyaSans-Thin.ttf") format("truetype");
}
@font-face {
  font-family: "Alegreya Sans";
  font-weight: 300;
  src: url("/pub/assets/fonts/AlegreyaSans-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Alegreya Sans";
  font-weight: 400;
  src: url("/pub/assets/fonts/AlegreyaSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Alegreya Sans";
  font-weight: 500;
  src: url("/pub/assets/fonts/AlegreyaSans-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Alegreya Sans";
  font-weight: 700;
  src: url("/pub/assets/fonts/AlegreyaSans-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Alegreya Sans";
  font-weight: 800;
  src: url("/pub/assets/fonts/AlegreyaSans-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "Alegreya Sans";
  font-weight: 900;
  src: url("/pub/assets/fonts/AlegreyaSans-Black.ttf") format("truetype");
}

@font-face {
  font-family: "Manrope";
  font-weight: 200;
  src: url("/pub/assets/fonts/Manrope-ExtraLight.ttf") format("truetype");
}
@font-face {
  font-family: "Manrope";
  font-weight: 300;
  src: url("/pub/assets/fonts/Manrope-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Manrope";
  font-weight: 400;
  src: url("/pub/assets/fonts/Manrope-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Manrope";
  font-weight: 500;
  src: url("/pub/assets/fonts/Manrope-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Manrope";
  font-weight: 600;
  src: url("/pub/assets/fonts/Manrope-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Manrope";
  font-weight: 700;
  src: url("/pub/assets/fonts/Manrope-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Manrope";
  font-weight: 800;
  src: url("/pub/assets/fonts/Manrope-ExtraBold.ttf") format("truetype");
}
