  /* These styles are used in the backend editor AND in the Theme (frontend) */
@import "css/fonts.css";
/* -------------- */
/* ---- Typo ---- */
/* -------------- */
a {
	color: #222;
    transition: all 0.2s ease-out 0s;
	text-decoration: none;
}
a:hover {
	color: #000;
}
p a {
	text-decoration: underline;
}
p {
	font-family: 'Open Sans', sans-serif;
	margin: 0 0 20px 0;
	font-size: 14px;
	line-height: 160%;
	font-weight: 300;
	color: #222;
}
p img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	display: block;
}
p.imageInText {
	margin: 40px auto;
}
p.imageInBlog {
	margin: 0 auto 40px auto;
}
p:last-child {
	margin: 0;
}
h1, h2, h3 {
	font-family: 'Playfair Display', serif;
	margin: 0 0 1em 0 !important;
	font-size: 36px;
	line-height: 40px;
	font-weight: 400;
	color: #222;
}
h4, h5, h6 {
	font-family: 'Playfair Display', serif;
	margin: 0 0 1em 0;
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;
	color: #222;
}
a.prov-button {
	font-family: 'Open Sans', sans-serif;
	padding: 10px 20px;
	border: 2px solid #222;
	font-size: 14px;
	line-height: 1;
	font-weight: 300;
	text-transform: uppercase;
	display: inline-block;
	text-decoration: none;
}
a.prov-button:hover {
	color: #fff;
	background-color: #000;
}
b, strong {
	font-weight: 700 !important;
}
@media only screen and (max-width: 990px) {
	p, h1, h2, h3, h4, h5, h6, p.imageInText, p img {
		text-align: center;
	}
}