
@font-face {
    font-family: 'Bauziet';
    src: url('../fonts/bauziet-regular.woff') format('woff'), url('../fonts/bauziet-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Bauziet';
    src: url('../fonts/bauziet-bold.woff') format('woff'), url('../fonts/bauziet-bold.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'WereldHavenDagen';
    src: url('../fonts/wereldhavendagen-regular.woff') format('woff'), url('../fonts/wereldhavendagen-regular.woff') format('woff2');
    font-weight: 400;
    font-style: normal;
}

:root{
	--font-body:"Bauziet";
	--font-headings:"WereldHavenDagen";
	--color-primary:#333;
	--color-secondary:#555;
}

h1, h2, h3, h4, h5 {
    font-weight: 400;
    text-transform: lowercase;
}

.propeller {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 80%;
    max-width: 120px;
}
.propeller img {
    max-width: 100%;
}

.intro {
    display: block;
    width: 100%;
    margin: 0 0 50px;
}

.diptych__right {
    padding: 70px 50px 35px;
}

@media (max-width:720px) {
    .propeller {display: none;}
    .button {width: 100%;}
    form {margin-bottom: 30px;}
    .diptych__right {padding: 30px; }
}