/*
 * Critical above-the-fold faces (Mona Sans roman + Victor Serif 500) are
 * ALSO declared inline in inc/critical-head.php so the browser sees them
 * before NitroPack's late-loading stylesheet arrives. Keep both copies in
 * sync — when the URL, weight range, or font-display strategy changes
 * here, update inc/critical-head.php as well.
 */

@font-face {
  font-family: 'Mona Sans';
  src:
    url('../fonts/MonaSans-VariableFont_wdth,wght.woff2') format('woff2-variations'),
    url('../fonts/MonaSans-VariableFont_wdth,wght.woff2') format('woff2'),
    url('../fonts/MonaSans-VariableFont_wdth,wght.ttf') format('truetype');
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mona Sans';
  src:
    url('../fonts/MonaSans-Italic-VariableFont_wdth,wght.woff2') format('woff2-variations'),
    url('../fonts/MonaSans-Italic-VariableFont_wdth,wght.woff2') format('woff2'),
    url('../fonts/MonaSans-Italic-VariableFont_wdth,wght.ttf') format('truetype');
  font-weight: 200 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Victor Serif';
  src: url('../fonts/VictorSerif-50Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Victor Serif';
  src: url('../fonts/VictorSerif-55MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
