/* ============================================================
 * Self-hosted Google Fonts
 * Muli (variable: 400-600) | Mulish (500) | Questrial (400)
 * ============================================================ */

/* Muli - Variable font (weight range 400-600) */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 400 600;
  src: url(/wp-content/fonts/muli/muli-v34-latin.woff2) format('woff2');
  font-display: swap;
}

/* Mulish - weight 500 */
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 500;
  src: url(/wp-content/fonts/mulish/mulish-v18-latin-500.woff2) format('woff2');
  font-display: swap;
}

/* Questrial - weight 400 */
@font-face {
  font-family: 'Questrial';
  font-style: normal;
  font-weight: 400;
  src: url(/wp-content/fonts/questrial/questrial-v19-latin.woff2) format('woff2');
  font-display: swap;
}
