@font-face {
  font-family: 'Lora';
  font-weight: 400;
  font-style: normal;
  src: url('/static/font/Lora-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Lora';
  font-weight: 400;
  font-style: italic;
  src: url('/static/font/Lora-Italic.woff2') format('woff2');
}

@font-face {
  font-family: 'Lora';
  font-weight: 500;
  font-style: normal;
  src: url('/static/font/Lora-Medium.woff2') format('woff2');
}

@font-face {
  font-family: 'Lora';
  font-weight: 500;
  font-style: italic;
  src: url('/static/font/Lora-MediumItalic.woff2') format('woff2');
}

@font-face {
  font-family: 'Lora';
  font-weight: 600;
  font-style: normal;
  src: url('/static/font/Lora-SemiBold.woff2') format('woff2');
}

@font-face {
  font-family: 'Lora';
  font-weight: 600;
  font-style: italic;
  src: url('/static/font/Lora-SemiBoldItalic.woff2') format('woff2');
}

@font-face {
  font-family: 'Lora';
  font-weight: 700;
  font-style: normal;
  src: url('/static/font/Lora-Bold.woff2') format('woff2');
}

@font-face {
  font-family: 'Lora';
  font-weight: 700;
  font-style: italic;
  src: url('/static/font/Lora-BoldItalic.woff2') format('woff2');
}
