/**
 * @license
 * MyFonts Webfont Build ID 3708551, 2019-01-30T17:10:57-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: GellerHeadline-BoldItalic by Ludka Biniek
 * URL: https://www.myfonts.com/fonts/ludka-biniek/geller/headline-bold-italic/
 *
 * Webfont: GellerHeadline-Bold by Ludka Biniek
 * URL: https://www.myfonts.com/fonts/ludka-biniek/geller/headline-bold/
 *
 *
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3708551
 * Licensed pageviews: 10,000
 * Webfonts copyright: Copyright &#x00A9; 2018 by Ludka Biniek. All rights reserved.
 *
 * © 2019 MyFonts Inc
*/

/* @import must be at top of file, otherwise CSS will not work */
/* @import url("//hello.myfonts.net/count/389687");  For GellerHeadline

 Geller Headline Bold */
@font-face {
    font-family: 'GellerHeadline';
    src: local('Geller Headline Bold'),
         local('GellerHeadline-Bold'),
         url('../fonts/gellerheadline-bold.woff2') format('woff2'),
         url('../fonts/gellerheadline-bold.woff') format('woff'),
         url('../fonts/gellerheadline-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

/* LATO */

/* Lato Regular*/
@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato-regular.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/lato-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/lato-regular.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility;
  }

  /* Lato Bold */
  @font-face {
    font-family: 'Lato';
    src: url('../fonts/lato-bold.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/lato-bold.woff') format('woff'), /* Modern Browsers */
         url('../fonts/lato-bold.ttf') format('truetype');
    font-style: normal;
    font-weight: 700;
    text-rendering: optimizeLegibility;
  }
