/*
Theme Name: Hamptons Theme
Author: Thomas Wasilewski
Author URI: https://www.thomaswasilewski.de
Description: Hamptons Theme for WordPress
Version: 0.0.9
Tags: HAM
GitHub Theme URI: thomaswasilewski/hamptons-theme
Primary Branch: main
Needed Plugins: https://github.com/afragen/github-updater, Lazy Blocks
Check: wasi.io
*/



/********** Global Style **********/

:root {
	--prim-color: #A5E0CE;
	--sec-color: #E0B7D4;
	--grey-color: #707070;

	--animation-delay: 3s;

	--radius: 50px;
	--radius_tablet: 35px;
	--radius_mobile: 20px;


	--grid-width: 90px;
	--gap-width: 10px;


	--content-width: XXXpx;
	--nav-height: 75px;
	--nav-mobile-height: 75px;
	--headline-shift: 4em;

	--responsive-w5: 400px;
	--responsive-w4: 500px;
	--responsive-w3: 765px;
	--responsive-w2: 1000px;
	--responsive-w1: 1318px;

	--transition-timing: 0.3s;
	--transition-easing: ease;

	--full-block-height: 940px;



}

@media (prefers-reduced-motion) {
  :root {
    --scale: 0;
  }
}


html {
	scroll-padding-top: 6em;
	font-size:16px;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
	color: var(--grey-color);
	margin: 0;
	#background-color: #ddeeff;
	font-size: 1rem;
	line-height: 1.4rem;
}


p {
	font-size:1rem;
	font-weight: 400;
	hyphens: auto;
	margin-bottom: 2rem;
}


h1 {
	hyphens: none;
  font-weight: 400;
	font-size: 4rem;
	line-height: 4.5rem;
}


h2 {
	hyphens: auto;
font-size: 3rem;
font-weight: 600;
line-height: 2rem;
}


h3 {
	font-size: 2rem;
	font-weight: 600;
	hyphens: auto;
	margin-top: 1rem;
	line-height: 1.8rem;

}

h4 {
	hyphens: auto;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 4rem;
	margin: 0;
}

