/* Non-critical faces — loaded async. The two critical faces (Spectral 300,
   Manrope 400) are inlined in each <head>. */
@font-face {
  font-family: 'Spectral';
  font-style: italic; font-weight: 500; font-display: optional;
  src: url('../fonts/spectral-latin-500i.woff2') format('woff2');
}
@font-face {
  font-family: 'Spectral';
  font-style: normal; font-weight: 500; font-display: optional;
  src: url('../fonts/spectral-latin-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal; font-weight: 500; font-display: optional;
  src: url('../fonts/manrope-latin-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal; font-weight: 600; font-display: optional;
  src: url('../fonts/manrope-latin-600.woff2') format('woff2');
}
