@font-face {
    font-family: 'Bai Jamjuree';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/BaiJamjuree-Medium.woff2') format('woff2');
}

@font-face {
    font-family: 'Bai Jamjuree';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/BaiJamjuree-SemiBold.woff2') format('woff2');
}

html, body {
    background-color: #D9A050;
    background-image: url('img/RS-690-lijn-wit.png');
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100%;
}

h1 {
    font-family: 'Bai Jamjuree', sans-serif;
    font-weight: 600;
    font-size: 30px;
}

p {
    font-family: 'Bai Jamjuree', sans-serif;
    font-weight: 500;
    font-size: 28px;
}