@font-face {
    font-family: 'Serifa AHW';
    src: url(https://www.ahk.nl/_assets/8bdbf1b19bc91ebfcd67f0470d9790f9/Fonts/SerifaAHW-light.woff2) format("woff2");
}

@font-face {
    font-family: 'Montserrat';
    src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format("woff2");
}

body {
    font-family: 'Montserrat', serif;
    margin: 0;
    padding: 0;
    background-color: #333;
    color: #fff;
    font-size: 16px;
}

h1, h2, h3 {
    font-family: 'Serifa AHW', serif;
    margin: 0;
    padding: 0.5em 0;
}

.about-container {
    max-width: 800px;
    margin: 2em auto;
    padding: 1em;
    background-color: #444;
    border: 1px solid #ddd;
    border-radius: 8px;
}