/*
 Theme Name:   Ascend Dental Design
 Theme URI:    https://www.ascenddentaldesign.com/
 Description:  Ascend Dental Design Theme
 Author:       417 Marketing
 Author URI:   https://www.417marketing.com
 Template:     generatepress
 Version:      0.1
*/

/* Typography */

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

/* Fluid Typography Scale */

h1, .fs-h1 {
	font-size: clamp(3rem, 2.62rem + 1.6vw, 4rem);
	font-family: var(--gp-font--primary);
	font-weight: 400;
	letter-spacing: -0.03em;
	line-height: 1.05em;
}

h2, .fs-h2 {
	font-size: clamp(2.25rem, 1.965rem + 1.2vw, 3rem);
	font-family: var(--gp-font--primary);
	font-weight: 500;
	letter-spacing: -0.02em;
	line-height: 1em;
}

h3, .fs-h3 {
	font-size: 36px;
	font-family: var(--gp-font--primary);
	font-weight: 400;
	line-height: 1.1em;
	letter-spacing: -0.02em;
}

h4, .fs-h4 {
	font-size: 1.5rem;
	font-family: var(--gp-font--primary);
	font-weight: 400;
	letter-spacing: -0.03em;
	margin-bottom: .7rem;
}

h5, .fs-h5 {
	font-size: 1rem;
	font-family: var(--gp-font--primary);
	font-weight: 700;
	letter-spacing: -0.02em;
}

h6, .fs-h6 {
	font-size: 18px;
	font-family: var(--gp-font--primary);
	font-weight: 500;
	letter-spacing: -0.03em;
}

p, .fs-p {
	font-size: 1rem;
	font-family: font-family: var(--gp-font--body);
	font-weight: 400;
	letter-spacing: -0.02em;
}