@font-face {
    font-family: 'Proximus Light';
    src: url('fonts/Proximus-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Proximus Light', Arial, sans-serif;
    line-height: 1.6;
    margin: 20px auto;
    max-width: 800px;
    background-color: #FFFFFF;
    color: #000000;
    padding: 20px;
}

h1, h2 {
    color: #5C2D91;
    background-color: #F3F0FF;
    padding: 10px;
    border-radius: 8px;
    font-family: 'Proximus Light', Arial, sans-serif;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.5em;
}

p, ul {
    color: #000000;
}
body {
    font-family: 'Proximus Regular', Arial, sans-serif;
    line-height: 1.6;
    margin: 20px auto;
    max-width: 800px;
    background-color: #FFFFFF;
    color: #000000;
    padding: 20px;
}

h1, h2 {
    color: #5C2D91;
    background-color: #F3F0FF;
    padding: 10px;
    border-radius: 8px;
}

h1 {
    font-size: 2em;
    font-family: 'Proximus Bold', Arial, sans-serif;
}

h2 {
    font-size: 1.5em;
    font-family: 'Proximus Light', Arial, sans-serif;
}

p, ul {
    color: #000000;
    font-family: 'Proximus Regular', Arial, sans-serif;
}

a {
    color: #5C2D91;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

ul {
    list-style-type: disc;
}

strong {
    font-weight: bold;
    color: #5C2D91;
    font-family: 'Proximus Bold', Arial, sans-serif;
}

strong a {
    color: #5C2D91;
    text-decoration: underline;
}

body > p:last-child {
    font-style: italic;
}

a {
    color: #5C2D91;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

ul {
    list-style-type: disc;
}

strong {
    font-weight: bold;
    color: #5C2D91;
}

strong a {
    color: #5C2D91;
    text-decoration: underline;
}

body > p:last-child {
    font-style: italic;
}