/**
 * @license
 * MyFonts Webfont Build ID 4123901, 2021-07-12T04:25:52-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: Kontora-Regular by NaumType
 * URL: https://www.myfonts.com/fonts/naum-type/kontora/regular/
 * 
 * Webfont: Kontora-Bold by NaumType
 * URL: https://www.myfonts.com/fonts/naum-type/kontora/bold/
 * 
 * Webfont: KontoraExtraBlack by NaumType
 * URL: https://www.myfonts.com/fonts/naum-type/kontora/extrablack/
 * 
 * 
 * Webfonts copyright: Copyright (c) 2018 by Petr Bushuev. All rights reserved.
 * 
 * © 2021 MyFonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/3eecfd");
  
@font-face {
  font-family: "KontoraExtraBlack";
  src: url('../webFonts/KontoraExtraBlack/font.woff2') format('woff2'), url('../webFonts/KontoraExtraBlack/font.woff') format('woff');
}
@font-face {
  font-family: "Kontora-Bold";
  src: url('../webFonts/KontoraBold/font.woff2') format('woff2'), url('../webFonts/KontoraBold/font.woff') format('woff');
}
@font-face {
  font-family: "Kontora-Regular";
  src: url('../webFonts/KontoraRegular/font.woff2') format('woff2'), url('../webFonts/KontoraRegular/font.woff') format('woff');
}

body, p, a { font-family: "Kontora-Regular" !important; }

.h1, h1, h2, h3, .designedby, .acc-h1 {
  font-family: "KontoraExtraBlack" !important;
}

.nav-link {
  font-family: "Kontora-Bold" !important;
}
