* {
    box-sizing: border-box;
}

html, body{
	background-color:#fff;
	padding:0px;
	margin:0px;
}

body.front-page{
	position:relative;
}

a{
	text-decoration:none;
	outline:none;
	color:var(--text_color);
}

p{
	margin-top:0px;
}

.wrapper{
	overflow-x:hidden;
}

.acfe-fc-preview input[type="text"], body.front-page input[type="text"], body.front-page input[type="password"], button, .wpcf7-textarea {
	font-family: var(--font);
}

blockquote{
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
}

img{
	display:block;
}



