/* Local font-face definitions - Optimized for performance */

/* Nunito - Used for headings and UI elements */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/nunito-700.woff2') format('woff2');
}

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