/* Google Fonts originals. Bundle these declarations with the main stylesheet.
   Expected location: /assets/fonts.css; font files: /assets/fonts/. */
@font-face {
  font-family: 'Manrope';
  src: url('/assets/fonts/manrope-variable.woff2') format('woff2');
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/assets/fonts/montserrat-variable.woff2') format('woff2');
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
