/*
 * Sunnyside Theme Style Guide
 * This file is loaded only on the frontend.
 */

/* Example: Add your custom frontend-only styles below */
html, body, h1, h2, h3, h4, h5, h6, p, a, span, div, ul, ol, li, table, th, td, tr, blockquote, pre, code, form, input, textarea, button, label, select, option, strong, em, b, i, small, sup, sub, mark, del, ins, figure, figcaption, address, cite, dl, dt, dd, fieldset, legend, details, summary {
    font-family: 'Jokker', 'Montserrat', Arial, sans-serif;
}
a:hover, .elementor a:hover {
	text-decoration: underline;
}
.font-medium {
	font-weight: 500 !important;
}
.font-season-mix {
	font-family: 'Season Mix', Arial, sans-serif !important;
}
textarea:focus, input:focus{
    outline: none;
}
input::placeholder {
	opacity: 1;
	color: #007FFF;
}
.elementor-button {
	background-color: #007FFF;
	font-size: 16px;
	font-weight: 600;
	fill: #FFF2EF;
	color: #FFF2EF;
	border-radius: 0px 0px 0px 0px;
	padding: 15px 26px 15px 26px;
}