/*
Theme Name: Grafik Child
Theme URI: https://grafik.qodeinteractive.com/  
Description: A child theme of Grafik
Author: Select Themes
Author URI: http://demo.select-themes.com
Version: 1.1.1
Text Domain: grafik
Template: grafik
*/

h1 {
	font-family: 'Poppins', sans-serif !important;
	font-weight: 600 !important;
}

h2, h3, h4, h5 {
	font-family: 'Inter', sans-serif !important;
	margin-bottom: 24px !important;
}

p {
    font-family: 'Inter', sans-serif !important;
    font-weight: 400; /* You can adjust the font weight (300, 400, 500, etc.) */
	font-size: 18px !important;
}

li, li span, span, a {
	    font-family: 'Inter', sans-serif !important;
}

.qodef-portfolio-filter-holder .qodef-portfolio-filter-holder-inner .qodef-portfolio-filter-child-categories-holder {
    margin-bottom: -20px;
}

.qodef-portfolio-filter-holder .qodef-portfolio-filter-holder-inner .qodef-portfolio-filter-child-categories-holder {
    margin-bottom: 0px !important;
}

.wpb_text_column p {
	margin-bottom: 40px;
}

.qodef-portfolio-single-nav {
	display: none;
}

.qodef-content {
	padding-bottom:64px;
}

/* Target mobile devices with a maximum screen width of 768 pixels */
@media only screen and (max-width: 768px) {
	.homep {
		padding: 0px !important;
	}
	
	.wpb_wrapper h1 {
		margin-top: 40px;
		line-height: 40px !important;
		font-size: 40px !important;
}

	
}

