/*
 Theme Name:   GeneratePress Child
 Theme URI:    http://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Thomas Usborne
 Author URI:   http://edge22.com
 Template:     generatepress
 Version:      0.1
 Tags: two-columns, three-columns, one-column, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, light, white, dark, black, blue, brown, gray, green, orange, pink, purple, red, silver, tan, yellow
*/

/* Fluid Typography Scale */

h1, .fs-h1 {
	font-size: clamp(3rem, 2.8295rem + 0.6818vw, 3.375rem);
}

h2, .fs-h2 {
	font-size: clamp(2.25rem, 2.1222rem + 0.5114vw, 2.5313rem);
}

h3, .fs-h3 {
	font-size: clamp(1.875rem, 1.7685rem + 0.4261vw, 2.1094rem);
}

h4, .fs-h4 {
	font-size: clamp(1.5rem, 1.4148rem + 0.3409vw, 1.6875rem);
}

h5, .fs-h5 {
	font-size: clamp(1.25rem, 1.179rem + 0.2841vw, 1.4063rem);
}

h6, .fs-h6 {
	font-size: clamp(1.125rem, 1.0611rem + 0.2557vw, 1.2656rem);
}

p, .fs-p {
	font-size: clamp(0.8889rem, 0.8384rem + 0.202vw, 1rem);
}