/*
 Theme Name:   Konta Child  
 Theme URI:    https://themeholy.com/wordpress/konta
 Description:  This is a child theme for Konta - WordPress Theme
 Author:       Themeholy
 Author URI:   https://themeforest.net/user/themeholy 
 Template:     konta
 Version:      1.0
 Tags:         two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, theme-options, editor-style, featured-images, microformats, post-formats,  sticky-post, threaded-comments, translation-ready
 Text Domain:  konta-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */

@font-face {
  font-family: 'Hero-New-Medium'; 
  src: url('fonts/Hero-New-Medium.otf') format("opentype"); 
}
@font-face {
  font-family: 'Hero-New-Bold'; 
  src: url('fonts/Hero-New-Bold.otf') format("opentype"); 
}
@font-face {
  font-family: 'Hero-New-Light'; 
  src: url('fonts/Hero-New-Light.otf') format("opentype"); 
}
@font-face {
  font-family: 'Hero-New-SemiBold'; 
  src: url('fonts/Hero-New-SemiBold.otf') format("opentype"); 
}
@font-face {
  font-family: 'Hero-New-Super'; 
  src: url('fonts/Hero-New-Super.otf') format("opentype"); 
}

:root {
/*     --title-font: "Hero-New-Medium"!important;  */
	--title-font: "Open Sans"!important;
	--title-font-weight: 500;
	--main-container: 1400px;
/* 	--body-font: "Hero-New-Light"!important;  */
	--body-font: "Open Sans"!important; 
	--body-font-weight: 300;
	--body-color: #000000!important;
}
body{
 	font-family: var(--body-font)!important; 
}
.e-con {
    --container-max-width: 1400px;
}
/* h1, .new-hero-bold, .new-hero-bold *{
     font-family: "Hero-New-Bold"!important;  
	
}
.new-hero-light, .new-hero-light *{
     font-family: "Hero-New-Light"!important;  
}
.Hero-New-SemiBold, .Hero-New-SemiBold *{
 	font-family: "Hero-New-SemiBold"!important;  
}
.Hero-New-Medium, .Hero-New-Medium *{
 	font-family: "Hero-New-Medium"!important;  
}
.Hero-New-Super, .Hero-New-Super *{
 	font-family: "Hero-New-Super"!important;  
} */


h1, .new-hero-bold, .new-hero-bold *{
     font-family: "Open Sans"!important;  
	font-weight: 700;
}
.new-hero-light, .new-hero-light *{
     font-family: "Open Sans"!important;
	font-weight: 300;
}
.Hero-New-SemiBold, .Hero-New-SemiBold *{
 	font-family: "Open Sans"!important;  
	font-weight: 600;
}
.Hero-New-Medium, .Hero-New-Medium *{
 	font-family: "Open Sans"!important;  
	font-weight: 500;
}
/* .Hero-New-Super, .Hero-New-Super *{
 	font-family: "Hero-New-Super"!important;  
} */

.lh-14 p, .lh-14 *{
/* 	line-height: 1.4; */
	line-height: 1.6em;
}
.mb-0 *{
	margin-bottom: 0!important;
}
