/*
 Theme Name:   Bolivar PHAC
 Theme URI:    https://bolivarphac.com
 Description:  Bolivar PHAC
 Author:       417 Marketing
 Author URI:   https://www.417marketing.com
 Template:     generatepress
 Version:      0.1
*/

/* Typography */

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

/* Fluid Typography Scale */

h1, .fs-h1 {
	font-size: clamp(2.5rem, 1.89rem + 2.326vi, 3.75rem);
	font-family: var(--gp-font--primary);
	font-weight: 700;
	line-height: 1.3;
}

h2, .fs-h2 {
	font-size: clamp(2.25rem, 1.945rem + 1.163vi, 2.875rem);
	font-family: var(--gp-font--primary);
	font-weight: 700;
	line-height: 1.3;
}

h3, .fs-h3 {
	font-size: clamp(2.1094rem, 1.9895rem + 0.4794vw, 2.373rem);
	font-family: var(--gp-font--primary);
	font-weight: 700;
	line-height: 1.3;
}

h4, .fs-h4 {
	font-size: clamp(1.625rem, 1.503rem + 0.465vi, 1.875rem);
	font-family: var(--gp-font--primary);
	font-weight: 700;
	line-height: 1.3;
}

h5, .fs-h5 {
	font-size: clamp(1.4063rem, 1.3263rem + 0.3196vw, 1.582rem);
	font-family: var(--gp-font--primary);
	font-weight: 700;
	line-height: 1.3;
}

h6, .fs-h6 {
	font-size: clamp(1.2656rem, 1.1937rem + 0.2876vw, 1.4238rem);
	font-family: var(--gp-font--primary);
	font-weight: 700;
	line-height: 1.3;
}

p, .fs-p {
	font-size: clamp(1rem, 0.9432rem + 0.2273vw, 1.125rem);
	font-family: var(--gp-font--primary);
	font-weight: 400;
}