@font-face {
  font-family: 'Special Gothic Expanded One';
  src: url('/wp-content/themes/hijfte/assets/webfonts/SpecialGothicExpandedOne-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

#cmplz-manage-consent h1,
#cmplz-manage-consent h2,
#cmplz-manage-consent h3,
#cmplz-manage-consent button{
	font-size: 18px !important;
}
#cmplz-manage-consent *{
	font-size: 16px !important;
}
h1, h2, h3, h4, h5, h6{
	letter-spacing: 0.5px;
	color: var(--zwart);
	text-transform: uppercase;
	line-height: 1.1;
  	font-family: 'Special Gothic Expanded One', sans-serif;
}
p, a, li, caption, div, body{
	font-size: 20px;
	color: var(--zwart);
	line-height: 1.2;
	font-family: 'freighttextcmp-pro', sans-serif;
}

footer p,
footer a,
footer h2,
footer h3{
	color: var(--beige);
	margin: 0;	
}
footer h3{
	margin-bottom: 1em;
}
form *{
	font-family: 'freighttextcmp-pro', sans-serif !important;
	font-weight: 200 !important;
}
input[type='button'],
button,
form input[type='submit']{
	    display: inline-block;
    margin-bottom: 15px;
    padding: 9px 20px 7px;
    border: 1px solid var(--rood);
    text-transform: uppercase;
    font-size: 15px !important;
    font-family: 'Special Gothic Expanded One', sans-serif !important;
    line-height: 19px;
    letter-spacing: 2px;
    color: var(--beige);
    transition: 0.4s all;
    background: var(--rood);
}