/**
 * @license
 * MyFonts Webfont Build ID 3784180, 2019-07-10T13:06:47-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: Silka-Regular by Radomir Tinkov
 * URL: https://www.myfonts.com/fonts/radomir-tinkov/gilroy/light/
 *
 * Webfont: Silka by Radomir Tinkov
 * URL: https://www.myfonts.com/fonts/radomir-tinkov/gilroy/extra-bold/
 *
 * Webfont: Gilroy-Bold by Radomir Tinkov
 * URL: https://www.myfonts.com/fonts/radomir-tinkov/gilroy/bold/
 *
 *
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3784180
 * Licensed pageviews: 10,000
 * Webfonts copyright: Copyright &#x00A9; 2016 by Radomir Tinkov. All rights reserved.
 *
 * © 2019 MyFonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work */
/*@import url("//hello.myfonts.net/count/39bdf4");*/
@font-face {
    font-family: 'Silka';
    font-weight: 100;
    src: local('Silka Regular'), local('Silka-Regular'),
      url('./webfonts/Silka-Regular.ttf') format('truetype'),
      url('./webfonts/Silka-Regular.woff') format('woff'),
      url('./webfonts/Silka-Regular.ttf') format('truetype');
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Silka';
    font-weight: 400;
    src: local('Silka Medium'), local('Silka-Medium'),
      url('./webfonts/Silka-Medium.ttf') format('truetype'),
      url('./webfonts/Silka-Medium.woff') format('woff'),
      url('./webfonts/Silka-Medium.ttf') format('truetype');
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Silka';
    font-weight: 700;
    src: local('Silka Bold'), local('Silka-Bold'),
      url('./webfonts/Silka-Bold.ttf') format('truetype'),
      url('./webfonts/Silka-Bold.woff') format('woff'),
      url('./webfonts/Silka-Bold.ttf') format('truetype');
    font-display: swap;
  }
  