/* Self-hosted fonts - optimized for Core Web Vitals */
/* All fonts loaded from same-origin to eliminate third-party dependencies */

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

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

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

/* Merriweather - Regular (400) */
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/merriweather/merriweather-400.woff2') format('woff2');
}

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

/* Lexend Deca - Regular (400) */
@font-face {
  font-family: 'Lexend Deca';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/lexend-deca/lexend-deca-400.woff2') format('woff2');
}

/* Lexend Deca - Medium (500) */
@font-face {
  font-family: 'Lexend Deca';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/lexend-deca/lexend-deca-500.woff2') format('woff2');
}

/* Lexend Deca - SemiBold (600) */
@font-face {
  font-family: 'Lexend Deca';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/lexend-deca/lexend-deca-600.woff2') format('woff2');
}

/* Lexend Deca - Bold (700) */
@font-face {
  font-family: 'Lexend Deca';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/lexend-deca/lexend-deca-700.woff2') format('woff2');
}
