/*
Theme Name: LitePress
*/

h1 i, h1 em {
    font-weight: 580;
	color: var(--wp--preset--color--secondary-light) !important;
}

h2 i, h2 em, h2 b {
    font-weight: 580;
	color: var(--wp--preset--color--secondary) !important;
}

input[type="text"], input[type="email"], input[type="tel"], select {
	padding: 12px 18px !important;
}

button, input[type="submit"] {
	font-weight: 600 !important;
	padding: 12px 24px;
	border-radius: 99px;
	color: var(--wp--preset--color--primary);
	background: white !important;
	font-size: 18px !important;
	border-style: none !important;
}