/**
 * @license
 * MyFonts Webfont Build ID 4092016, 2021-05-21T06:58:17-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: Mont-Regular by Fontfabric
 * URL: https://www.myfonts.com/fonts/font-fabric/mont/regular/
 *
 * Webfont: Mont-Bold by Fontfabric
 * URL: https://www.myfonts.com/fonts/font-fabric/mont/bold/
 *
 *
 * Webfonts copyright: Modern and elegant sans serif font family.
 *
 * © 2021 MyFonts Inc
*/

/* @import must be at top of file, otherwise CSS will not work */
@import url('//hello.myfonts.net/count/3e7070');

@font-face {
  font-family: 'Mont-Bold';
  src: url('./MontBold/font.woff2') format('woff2'),
    url('./MontBold/font.woff') format('woff');
}
@font-face {
  font-family: 'Mont-Regular';
  src: url('./MontRegular/font.woff2') format('woff2'),
    url('./MontRegular/font.woff') format('woff');
}
