/* great-vibes-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Great Vibes';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/great-vibes-v21-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v51-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v44-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

html{
	font-family: 'Open Sans', sans-serif;
    color: #000;
    font-weight: 400;
}


.uk-navbar-container:not(.uk-navbar-transparent) {
    background: #1A1D28;
}

.uk-navbar-nav>li.uk-active>a {
    color: #fff;
}

.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-3xlarge, .uk-heading-large, h1{
    color: #fff !important;
    font-family: "Great Vibes", cursive !important;
    font-weight: 400;
} 

h2{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;

  
    
}


.uk-section-primary{
    background: #1A1D28;
    
}


.uk-navbar-toggle {
    
    color: #fff!important;

}


.uk-offcanvas-bar {
   
    background: #1A1D28;
}
