@charset "utf-8";
/* CSS Document */

/* <weight>: Use a value from 400 to 700
// <uniquifier>: Use a unique and descriptive class name
*/

.lora-400, .lora-500, .lora-600, .lora-700 {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.lora-400 {
  font-weight: 400;
}

.lora-500 {
  font-weight: 500;
}

.lora-600 {
  font-weight: 600;
}

.lora-700 {
  font-weight: 700;
}
