/**
 *
 * Font information
 * Family: Avenue Mono
 * Style: Regular
 * Designer: Samuel Hughes
 * Font URL: https://boulevardlab.com/
 *
 *
 */

@font-face {
  font-family: 'Avenue Mono';
  src: url('avenue-mono.woff2') format('woff2'),
    url('avenue-mono.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

