/* pt-sans-regular - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans'), local('PTSans/fonts-Regular'),
       url('../../fonts/PTSans/fonts/pt-sans-v11-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../../fonts/PTSans/fonts/pt-sans-v11-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* pt-sans-700 - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: local('PT Sans Bold'), local('PTSans/fonts-Bold'),
       url('../../fonts/PTSans/fonts/pt-sans-v11-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../../fonts/PTSans/fonts/pt-sans-v11-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* bebas-neue-book */
@font-face {
  font-family: 'Bebas Neue Book';
  src:url('../../fonts/BebasNeue/fonts/Bebas-Neue-Book.ttf.woff') format('woff'),
      url('../../fonts/BebasNeue/fonts/Bebas-Neue-Book.ttf.svg#Bebas-Neue-Book') format('svg'),
      url('../../fonts/BebasNeue/fonts/Bebas-Neue-Book.ttf.eot'),
      url('../../fonts/BebasNeue/fonts/Bebas-Neue-Book.ttf.eot?#iefix') format('embedded-opentype'); 
  font-weight: normal;
  font-style: normal;
}

html {
  font-family: 'PT Sans', Arial, Helvetica, sans-serif;
  font-weight: normal;
}

h1,h2,h3,h4,h5,h6,
.uk-text-large,
.extra-large,
.uk-text-lead
{
  font-family: 'Bebas Neue Book', Roboto, Arial, Helvetica, sans-serif;
  font-weight: normal;
}

.uk-navbar-nav>li>a, .uk-navbar-item, 
.uk-navbar-toggle,
.nav>li>a{
  font-family: 'Bebas Neue Book', Roboto, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1.1rem;
  letter-spacing: 1px;
}

#offcanvas-nav .nav>li>a{
  margin-top: 0.25rem;
}