

/* inter-regular - latin */


/* inter-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Recoleta Bold';
  font-style: bold;
  font-weight: 800;
  src: url('/assets/fonts/Recoleta-SemiBold.eot'); /* IE9 Compat Modes */
  src: url('/assets/fonts/Recoleta-SemiBold.woff') format('woff'), /* IE6-IE8 */
       url('/assets/fonts/Recoleta-SemiBold.woff2') format('woff2'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
}