/**
 * @license
 * MyFonts Webfont Build ID 4392352, 2022-02-28T05:12:35-0500
 * 
 * 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: PFBagueSansPro-Bold by Parachute
 * URL: https://www.myfonts.com/fonts/parachute/pf-bague-sans-pro/bold/
 * 
 * Webfont: PFBagueSansPro-Regular by Parachute
 * URL: https://www.myfonts.com/fonts/parachute/pf-bague-sans-pro/regular/
 * 
 * 
 * Webfonts copyright: Copyright (c) 2013 Parachute®, www.parachute.gr.  All rights reserved.
 * 
 * © 2022 MyFonts Inc
*/

/* @import must be at top of file, otherwise CSS will not work */

@font-face {
  /* font-family: "PFBagueSansPro-Regular"; */
  font-family: "PFBagueSansPro";
  font-weight: 400;
  font-style: normal;
  src: url("webFonts/PFBagueSansProRegular/font.woff2") format("woff2"),
    url("webFonts/PFBagueSansProRegular/font.woff") format("woff");
  font-display: swap;
}
@font-face {
  /* font-family: "PFBagueSansPro-Bold"; */
  font-family: "PFBagueSansPro-Bold";
  font-weight: bold;
  font-style: normal;
  src: url("webFonts/PFBagueSansProBold/font.woff2") format("woff2"),
    url("webFonts/PFBagueSansProBold/font.woff") format("woff");
  font-display: swap;
}
