@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  src: url('fonts/Manrope-Regular.ttf') format('truetype');
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  src: url('fonts/Manrope-Medium.ttf') format('truetype');
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  src: url('fonts/Manrope-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  src: url('fonts/Manrope-Bold.ttf') format('truetype');
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 800;
  src: url('fonts/Manrope-ExtraBold.ttf') format('truetype');
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 500;
  src: url('fonts/CormorantGaramond-Medium.ttf') format('truetype');
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 600;
  src: url('fonts/CormorantGaramond-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 700;
  src: url('fonts/CormorantGaramond-Bold.ttf') format('truetype');
}