/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

.dgz-author{
	margin-top: 30px;
    font-size: 1rem;
    
}
.dgz-author a{
	color: var(--fs-color-success);
}

@font-face {
  font-family: 'Darangaz';
  src: url('fonts/normal.woff2') format('woff2'),
       url('fonts/normal.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Darangaz';
  src: url('fonts/bold.woff2') format('woff2'),
       url('fonts/bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

body{font-family:  "Darangaz",  sans-serif}
.nav > li > a, .mobile-sidebar-levels-2 .nav > li > ul > li > a {font-family:  "Darangaz", sans-serif;}
h1,h2,h3,h4,h5,h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a{font-family: "Darangaz", sans-serif;}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}