/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Derek Hassan
 Author URI:   https://fivelightswebdesign.com/
 Template:     generatepress
 Version:      0.1
*/
/* @import url("https://use.typekit.net/bdg3mik.css"); */

:root {
	--spacing-xs: 0.5rem;
	--spacing-sm: 1rem;
	--spacing-md: 1.5rem;
	--spacing-lg: 2rem;
	--spacing-xl: 3rem;
	--spacing-2xl: 5rem;
	--spacing-3xl: 8rem;
	--spacing-4xl: 13rem;
	
	--section-spacing: 3.75rem;
	
	--primary-gradient: linear-gradient(90deg, #4B9DB3 0%, #2D6B8F 38.46%, #0E396B 100%);
	
	--font-xs: 0.75rem;
	--font-sm: 0.875rem;
	--font-md: 1rem;
	--font-lg: 1.125rem;
	--font-xl: 1.5rem;
	
	--border-radius-sm: 12px;
	--border-radius-md: 16px;
	--border-radius-lg: 24px;
	
	--box-shadow-raised: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
	--box-shadow-overlay: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
	
	--container-sm: 960px;
	--container-lg: 960px;
}

/* body {
	font-family: "acumin-pro", sans-serif;
	font-style: normal;
} */

h1, .h1 {
	letter-spacing: -1px;
	font-size: clamp(2rem, 5vw, 3rem);
	line-height: clamp(2.5rem, 5.5vw, 3.25rem);
	text-transform: uppercase;
	font-weight: 800;
}

h2, .h2 {
	font-size: clamp(1.25rem, 3vw, 1.5rem);
	line-height: clamp(1.75rem, 3.5vw, 2rem);
	text-transform: uppercase;
	font-weight: 800;
}

h3, .h3 {
	font-size: clamp(1rem, 2vw, 1.0625rem);
	line-height: clamp(1.4rem, 3vw, 1.5rem);
	font-weight: bold;
}

h4, .h4 {}

h5, .h5 {}

h6, .h6 {}

:is(h1,h2,h3,h4,h5,h6), .balance {
	text-wrap: balance;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'acumin-pro';
	font-weight: 800;
}

p, blockquote, li {
	text-wrap: pretty;
}

p:last-child:last-of-type {
	margin-bottom: 0;
}

.button--primary {
	background: var(--primary-gradient);
}

