﻿/**
 * @license
 * MyFonts Webfont Build ID 3419537, 2017-07-11T05:52:46-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: UniNeueBold-Italic by Fontfabric
 * URL: https://www.myfonts.com/fonts/font-fabric/uni-neue/bold-italic/
 * Copyright: Copyright (c) 2017 by Fontfabric LLC. All rights reserved.
 * Licensed pageviews: 10,000
 *
 * Webfont: UniNeueBold by Fontfabric
 * URL: https://www.myfonts.com/fonts/font-fabric/uni-neue/bold/
 * Copyright: Copyright (c) 2017 by Fontfabric LLC. All rights reserved.
 * Licensed pageviews: 10,000
 *
 * Webfont: UniNeueHeavy-Italic by Fontfabric
 * URL: https://www.myfonts.com/fonts/font-fabric/uni-neue/heavy-italic/
 * Copyright: Copyright (c) 2017 by Fontfabric LLC. All rights reserved.
 * Licensed pageviews: 10,000
 *
 * Webfont: UniNeueHeavy by Fontfabric
 * URL: https://www.myfonts.com/fonts/font-fabric/uni-neue/heavy/
 * Copyright: Copyright (c) 2017 by Fontfabric LLC. All rights reserved.
 * Licensed pageviews: 10,000
 *
 * Webfont: UniNeueRegular by Fontfabric
 * URL: https://www.myfonts.com/fonts/font-fabric/uni-neue/regular/
 * Copyright: Copyright &#x00A9; 2016 by FontfabricLLC. All rights reserved.
 * Licensed pageviews: 10,000
 *
 * Webfont: UniNeueRegular-Italic by Fontfabric
 * URL: https://www.myfonts.com/fonts/font-fabric/uni-neue/regular-italic/
 * Copyright: Copyright (c) 2017 by Fontfabric LLC. All rights reserved.
 * Licensed pageviews: 10,000
 *
 *
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3419537
 *
 * © 2017 MyFonts Inc
*/
 
 
 /* 
 From Flare Tech Support: The Uni Neue fonts are included in your project in your Resources/Stylesheets/webfonts folder and the font-face rules for them are set up in fonts.css. In this case, you should not need the @import url("//hello.myfonts.net/count/342d91"); rule. Can you try commenting that out, verifying that your Uni Neue fonts are still working properly, and see if that resolves the issue?
 */
 /* @import url("//hello.myfonts.net/count/342d91"); */
 /* @import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700'); */

@font-face {
  font-family: 'Uni Neue';
  font-weight: normal;
  font-style: normal;
  src: url('webfonts/UniNeueRegular.otf');
  src: url('webfonts/UniNeueRegular.otf') format('truetype');
}

@font-face {
  font-family: 'Uni Neue';
  font-weight: normal;
  font-style: italic;
  src: url('webfonts/UniNeueRegular-Italic.otf');
  src: url('webfonts/UniNeueRegular-Italic.otf') format('truetype');
}

@font-face {
  font-family: 'Uni Neue';
  font-weight: bold;
  font-style: normal;
  src: url('webfonts/UniNeueBold.otf');
  src: url('webfonts/UniNeueBold.otf') format('truetype');
}

@font-face {
  font-family: 'Uni Neue';
  font-weight: bold;
  font-style: italic;
  src: url('webfonts/UniNeueBold-Italic.otf');
  src: url('webfonts/UniNeueBold-Italic.otf') format('truetype');
}

@font-face {
  font-family: 'Uni Neue';
  font-weight: 800;
  font-style: normal;
  src: url('webfonts/UniNeueHeavy.otf');
  src: url('webfonts/UniNeueHeavy.otf') format('truetype');
}

@font-face {
  font-family: 'Uni Neue';
  font-weight: 800;
  font-style: italic;
  src: url('webfonts/UniNeueHeavy-Italic.otf');
  src: url('webfonts/UniNeueHeavy-Italic.otf') format('truetype');
}