/*
 Theme Name:   The rootsons
 Theme URI:    https://therootsons.com
 Description:  Default The rootsons theme
 Author:       The rootsons
 Author URI:   https://therootsons.com
 Template:     generatepress
 Version:      0.1
*/

:root {
--mobile-h1: 4.7775744;
--desktop-h1: 6.4849853515625;
--viewport-min: 48;
--viewport-max: 112;
	--viewport-calc: calc((100vw - calc(var(--viewport-min) * 1rem)) / (var(--viewport-max) - var(--viewport-min)));
--h1: min(max(calc(var(--mobile-h1) * 1rem), calc(var(--mobile-h1) * 1rem + (var(--desktop-h1) - var(--mobile-h1)) * var(--viewport-calc))), calc(var(--desktop-h1) * 1rem));
--h-font-weight: 700;
--lh-h1: 1.04;
}