/**
 * @license
 * MyFonts Webfont Build ID 3965318, 2020-10-26T23:20:38-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: KanedaGothic-ExtraLight by Dharma Type
 * URL: https://www.myfonts.com/fonts/flat-it/kaneda-gothic/extra-light/
 *
 * Webfont: KanedaGothic-Light by Dharma Type
 * URL: https://www.myfonts.com/fonts/flat-it/kaneda-gothic/light/
 *
 * Webfont: KanedaGothic-Regular by Dharma Type
 * URL: https://www.myfonts.com/fonts/flat-it/kaneda-gothic/regular/
 *
 * Webfont: KanedaGothic-Bold by Dharma Type
 * URL: https://www.myfonts.com/fonts/flat-it/kaneda-gothic/bold/
 *
 * Webfont: KanedaGothic-Medium by Dharma Type
 * URL: https://www.myfonts.com/fonts/flat-it/kaneda-gothic/medium/
 *
 *
 * Webfonts copyright: Copyright &amp;#x00A9; 2018 by Ryoichi Tsunekawa. All rights reserved.
 *
 * © 2020 MyFonts Inc
*/

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

/* @import url('//hello.myfonts.net/count/3c8186'); <-- moved to index.html */

@font-face {
  font-family: 'Kaneda';
  src: url('webFonts/KanedaGothic-Medium/font.woff2') format('woff2'),
    url('webFonts/KanedaGothic-Medium/font.woff') format('woff');
  font-weight: 500;
}
@font-face {
  font-family: 'Kaneda';
  src: url('webFonts/KanedaGothic-Bold/font.woff2') format('woff2'),
    url('webFonts/KanedaGothic-Bold/font.woff') format('woff');
  font-weight: 700;
}
@font-face {
  font-family: 'Kaneda';
  src: url('webFonts/KanedaGothic-ExtraLight/font.woff2') format('woff2'),
    url('webFonts/KanedaGothic-ExtraLight/font.woff') format('woff');
  font-weight: 200;
}
@font-face {
  font-family: 'Kaneda';
  src: url('webFonts/KanedaGothic-Light/font.woff2') format('woff2'),
    url('webFonts/KanedaGothic-Light/font.woff') format('woff');
  font-weight: 300;
}
@font-face {
  font-family: 'Kaneda';
  src: url('webFonts/KanedaGothic-Regular/font.woff2') format('woff2'),
    url('webFonts/KanedaGothic-Regular/font.woff') format('woff');
  font-weight: 400;
}
