/* --- LORA --- */

/* lora-regular */
@font-face {
  font-display: swap;
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  src: url('/assets/fonts/lora-v37-latin-regular.woff2') format('woff2');
}

/* lora-italic */
@font-face {
  font-display: swap;
  font-family: 'Lora';
  font-style: italic;
  font-weight: 400;
  src: url('/assets/fonts/lora-v37-latin-italic.woff2') format('woff2');
}

/* lora-500 */
@font-face {
  font-display: swap;
  font-family: 'Lora';
  font-style: normal;
  font-weight: 500;
  src: url('/assets/fonts/lora-v37-latin-500.woff2') format('woff2');
}

/* lora-500italic */
@font-face {
  font-display: swap;
  font-family: 'Lora';
  font-style: italic;
  font-weight: 500;
  src: url('/assets/fonts/lora-v37-latin-500italic.woff2') format('woff2');
}

/* lora-600 */
@font-face {
  font-display: swap;
  font-family: 'Lora';
  font-style: normal;
  font-weight: 600;
  src: url('/assets/fonts/lora-v37-latin-600.woff2') format('woff2');
}

/* lora-600italic */
@font-face {
  font-display: swap;
  font-family: 'Lora';
  font-style: italic;
  font-weight: 600;
  src: url('/assets/fonts/lora-v37-latin-600italic.woff2') format('woff2');
}

/* lora-700 */
@font-face {
  font-display: swap;
  font-family: 'Lora';
  font-style: normal;
  font-weight: 700;
  src: url('/assets/fonts/lora-v37-latin-700.woff2') format('woff2');
}

/* lora-700italic */
@font-face {
  font-display: swap;
  font-family: 'Lora';
  font-style: italic;
  font-weight: 700;
  src: url('/assets/fonts/lora-v37-latin-700italic.woff2') format('woff2');
}


/* --- POPPINS --- */

/* poppins-regular */
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('/assets/fonts/poppins-v24-latin-regular.woff2') format('woff2');
}

/* poppins-500 */
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url('/assets/fonts/poppins-v24-latin-500.woff2') format('woff2');
}

/* poppins-600 */
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('/assets/fonts/poppins-v24-latin-600.woff2') format('woff2');
}

/* poppins-700 */
@font-face {
  font-display: swap;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('/assets/fonts/poppins-v24-latin-700.woff2') format('woff2');
}
