@font-face {
  font-family: "Lora";
  src: url("../fonts/Lora-SemiBold.ttf") format('truetype');
  font-style: normal; 
  font-weight: 600; 
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.ttf") format('truetype');
  font-style: normal; 
  font-weight: 400; 
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.ttf") format('truetype');
  font-style: normal; 
  font-weight: 500; 
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.ttf") format('truetype');
  font-style: normal; 
  font-weight: 600; 
}