/*
 Theme Name:   Harmony NC Theme
 Theme URI:    https://www.harmonync.org/
 Description:  Visibull Dev's GP theme
 Author:       Visibull Dev
 Author URI:   https://visibull.net/
 Template:     generatepress
 Version:      0.1
*/


/* Fluid Typography Scale */

h1, .fs-h1 {
	font-size: clamp(3.375rem, 3.2722rem + 0.4111vi, 3.6011rem);
	font-family: var(--gp-font--headings);
}

h2, .fs-h2 {
	font-size: clamp(2.5313rem, 2.4542rem + 0.3084vi, 2.7008rem);
	font-family: var(--gp-font--headings);
}

h3, .fs-h3 {
	font-size: clamp(2.1094rem, 2.0451rem + 0.257vi, 2.2507rem);
	font-family: var(--gp-font--headings);
}

h4, .fs-h4 {
	font-size: clamp(1.6875rem, 1.6361rem + 0.2056vi, 1.8006rem);
	font-family: var(--gp-font--headings);
}

h5, .fs-h5 {
	font-size: clamp(1.4063rem, 1.3634rem + 0.1713vi, 1.5005rem);
	font-family: var(--gp-font--headings);
}

h6, .fs-h6 {
	font-size: clamp(1.2656rem, 1.2271rem + 0.1542vi, 1.3504rem);
	font-family: var(--gp-font--headings);
}

p, .fs-p {
	font-size: clamp(1.0544rem, 1.0222rem + 0.1284vi, 1.125rem);
	font-family: var(--gp-font--body);
}

