/*
 Theme Name:   SQ Expertise
 Theme URI:    https://sqexpertise.com
 Description:  Theme for A2zKnives
 Author:       Salman Qadeer
 Author URI:   https://sqexpertise.com
 Template:     generatepress
 Version:      0.1
*/



/* Fluid Typography Scale */
/* typography classes variables from customizing typgraphy */

.ff.body {
	font-family: var(--gp-font--body);
}
.ff-heading {
	font-family: var(--gp-font-heading);
}

/* .fs-h1 is a class, we can use the same size for any text using this class */

h1, .fs-h1 {
	font-size: clamp(3rem, 2.9086rem + 0.3655vw, 3.201rem);
		font-family: var(--gp-font-heading);
}

h2, .fs-h2 {
	font-size: clamp(2.25rem, 2.1815rem + 0.2741vw, 2.4008rem);
		font-family: var(--gp-font-heading);
}

h3, .fs-h3 {
	font-size: clamp(1.875rem, 1.8179rem + 0.2284vw, 2.0006rem);
		font-family: var(--gp-font-heading);
}

h4, .fs-h4 {
	font-size: clamp(1.5rem, 1.4543rem + 0.1827vw, 1.6005rem);
		font-family: var(--gp-font-heading);
}

h5, .fs-h5 {
	font-size: clamp(1.25rem, 1.2119rem + 0.1523vw, 1.3338rem);
		font-family: var(--gp-font-heading);
}

h6, .fs-h6 {
	font-size: clamp(1.125rem, 1.0907rem + 0.137vw, 1.2004rem);
		font-family: var(--gp-font-heading);
}

p, .fs-p {
	font-size: clamp(0.9372rem, 0.9087rem + 0.1142vw, 1rem);
		font-family: var(--gp-font--body); 
}