/* Editor improvements */

body.mce-content-body{
	margin: 15px;
}

button.components-button{
	overflow: hidden;
}

/* Styling */

body{
	font-family: NunitoSans, sans-serif;
	font-size: clamp( 16px, 1.63vw, 25px );
	line-height: 1.44;
	letter-spacing: -0.1px;
	color: #2f2f2f;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: bold;
}

h1, .h1, .is-style-h1{
	margin: 0 0 10px;
	font-size: 60px;
	line-height: 1.13;
	letter-spacing: 0.82px;
	color: #242424;
}

h2, .h2, .is-style-h2{

}

h3, .h3, .is-style-h3{
	font-size: clamp( 26px, 3.84vw, 60px );
	font-weight: bold;
	line-height: 1.13;
	letter-spacing: 0.82px;
	color: #242424;
}

p,
[data-type="core/list"] ul,
.entry-content ul{
	margin: 0 0 36px;
}

p:last-child {
	margin-bottom: 0;
}

p.lead,
p.has-lead-font-size {
	font-size: clamp( 20px, 2.28vw, 35px );
	line-height: 1.29;
	letter-spacing: -0.39px;
	color: #000;
}

a{
	color: #e30414;
	text-decoration: underline;
}
a:hover{
	color: #93020d;
	text-decoration: underline;
}

.btn{
	display: inline-block;
	padding: 0 20px;
	border: none;
	border-radius: 3px;
	font-size: 17px;
	font-weight: 700;
	line-height: 55px;
	text-decoration: none;
}
.btn:focus{
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-red,
.btn-red:hover{
	padding: 0 50px;
	line-height: 60px;
	background: #e30414;
	border: none;
	border-radius: 0;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: -0.25px;
	color: #fff;
}
.btn-red:hover{
	background-color: #f39200;
}
