/* Local Manrope WOFF2 loader.
   Put Manrope-VariableFont_wght.woff2 into assets/fonts/manrope/.
   The theme only enqueues this file when the local WOFF2 file exists. */
@font-face{
  font-family:'Manrope';
  src:url('../fonts/manrope/Manrope-VariableFont_wght.woff2') format('woff2');
  font-weight:200 800;
  font-style:normal;
  font-display:block;
}
