/**
 * @license
 * MyFonts Webfont Build ID 4185193, 2021-09-26T22:15:09-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: UniformCondensedBold-Regular by Miller Type Foundry
 * URL: https://www.myfonts.com/fonts/millertype/uniform/condensed-bold/
 * 
 * Webfont: UniformCondensedMedium-Regular by Miller Type Foundry
 * URL: https://www.myfonts.com/fonts/millertype/uniform/condensed-medium/
 * 
 * 
 * Webfonts copyright: Copyright (c) 2014 by . All rights reserved.
 * 
 * © 2021 MyFonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work */
/*@import url("https://hello.myfonts.net/count/3fdc69");*/
/*COMMENTED OUT... SEEMS TO WORK FINE*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

@font-face {
  font-family: "Uniform-medium";
  src: url('webFonts/UniformCondensedMediumRegular/font.woff2') format('woff2'), url('webFonts/UniformCondensedMediumRegular/font.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: "Uniform-bold";
  src: url('webFonts/UniformCondensedBoldRegular/font.woff2') format('woff2'), url('webFonts/UniformCondensedBoldRegular/font.woff') format('woff');
  font-display: swap;
}
