/*** 

====================================================================
	Fonts
====================================================================

 ***/

@import url('fontawesome-all.css');
@import url('animate.css');
@import url('flaticon.css');
@import url('owl.css');
@import url('jquery-ui.css');
@import url('jquery.timepicker.min.css');
@import url('jquery.fancybox.min.css');
@import url('jquery.bootstrap-touchspin.css');
@import url('scrollbar.css');

/* BODY -  FONT */
@font-face { font-family: 'Karla';
  	src: url("../fonts/Karla/Karla-Regular.ttf");
  	font-weight: 400;
  	font-style: normal; 
}

@font-face { font-family: 'Karla';
  	src: url("../fonts/Karla/Karla-Bold.ttf");
  	font-weight: 700;
  	font-style: normal; 
}

/* HEADING -  FONT */
@font-face { font-family: 'OSTD';
  	src: url("../fonts/Optima/OSTD.otf");
  	font-weight: 400;
  	font-style: normal; 
}

@font-face {
	font-family: 'Font Awesome 5 Pro';
	src: url("../fonts/fa-solid-900.ttf");
	font-weight: 400;
	font-style: normal; 
}