/* ============================================
   Lora Font Family - Self-hosted (v37)
   Path: /themes/Artistic/assets/fonts/lora/
   ============================================ */

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

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

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

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

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

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

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

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

/* Apply globally */
body, h1, h2, h3, h4, h5, h6, p, a {
  font-family: 'Lora', 'Georgia', serif;
}
