/*
 Theme Name:   ART.athletes
 Theme URI:    https://generatepress.com
 Description:  GeneratePress child theme
 Author:       Juliane de Vries, Webentwicklung ju:like
 Author URI:   https://ju-like.de
 Template:     generatepress
 Version:      0.1
*/
::root {
	--art-dark: #4B1F3A;
	--art-light: #EAE3D7;
}
::selection {
	color: #4B1F3A;
	background-color: #EAE3D7;
}

h1 {
	font-family: 'Italiana';
}
.coming-soon h1 {
	font-size: clamp(4rem, 20vw, 8rem);
}
.coming-soon h2 {
	font-size: 1.4rem;
}