:root {
	--white: #ffffff;
	--gray: #E4E4E4;	
	--dark-gray: #616161;
	--light-green: #456e6e;
	--light-blue: #466E78;
	--dark-green: #233737;
	--black: #323232;
	--purple: rgb(129, 82, 116);
	--box-shadow: 0 2px 4px 0 rgba(195, 195, 195, 0.5);
	--hover-box-shadow: 0 4px 6px 0 rgba(195, 195, 195, 1);
}

.flex-row {
	display: flex;
	flex-direction: row;
}

.small-gap {
	gap: 0.5rem;
}

@font-face {
	font-family: Daytona;
	src: url("../fonts/Monotype\ -\ Daytona\ Pro.otf") format("opentype");
}

@font-face {
	font-family: Daytona-bold;
	src: url("../fonts/Monotype\ -\ Daytona\ Pro\ Bold.otf") format("opentype");
}