/*---------------------------------------------------------------------------------

 Theme Name:   Khaltiblog
 Theme URI:    https://khalti.com
 Description:  Khalti official blog
 Author:       Nitin Raj Sharma
 Author URI:   https://khalti.com
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/


@font-face {
	font-family: 'Gotham-Medium';
	font-style: normal;
	src: url("https://blog.khalti.com/wp-content/themes/khaltiblog/fonts/Gotham-Medium.ttf") !important; 
}

@font-face {
	font-family: 'Gotham-Regular';
	font-style: normal;
	src: url("https://blog.khalti.com/wp-content/themes/khaltiblog/fonts/Gotham-Regular.ttf") !important;
}


body.single-post article .entry-content p{
font-family: 'Manjari', sans-serif;
line-height:2em;
font-size:1.5em;
}

section#comment-wrap{
	display:none;
}

#footer-bottom{
	padding:2em !important;
}

#wpdevar_comment_1{
	padding:1em !important;
	background: white;
	border:1px solid purple;
	margin-bottom:2em;
	border-radius:1em;

}
