/*Lora Fonts*/
@font-face {
  font-family: "Lora";
  src: url("..Lora-Regular.woff2") format("woff2"), url("../fonts/Lora/Lora/Lora-Regular.woff") format("woff"),
    url("../fonts/Lora/Lora-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lora";
  src: url("../fonts/Lora/Lora-Bold.woff2") format("woff2"), url("../fonts/Lora/Lora-Bold.woff") format("woff"),
    url("../fonts/Lora/Lora-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lora";
  src: url("../fonts/Lora/Lora-BoldItalic.woff2") format("woff2"),
    url("../fonts/Lora/Lora-BoldItalic.woff") format("woff"),
    url("../fonts/Lora/Lora-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Lora";
  src: url("../fonts/Lora/Lora-Italic.woff2") format("woff2"), url("../fonts/Lora/Lora-Italic.woff") format("woff"),
    url("../fonts/Lora/Lora-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Lora";
  src: url("../fonts/Lora/Lora-MediumItalic.woff2") format("woff2"),
    url("../fonts/Lora/Lora-MediumItalic.woff") format("woff"),
    url("../fonts/Lora/Lora-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Lora";
  src: url("../fonts/Lora/Lora-Medium.woff2") format("woff2"), url("../fonts/Lora/Lora-Medium.woff") format("woff"),
    url("../fonts/Lora/Lora-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: "Lora";
  src: url("../fonts/Lora/Lora-SemiBoldItalic.woff2") format("woff2"),
    url("../fonts/Lora/Lora-SemiBoldItalic.woff") format("woff"),
    url("../fonts/Lora/Lora-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
