<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    /* --gradient: linear-gradient(38deg, #000000 28%, #790000 100%) 0% 0% no-repeat padding-box; */
    --gradient: linear-gradient(68deg, #000000 28%, #790000 80%) 0% 0% no-repeat padding-box;
    --rood: #d9151b;
    --rood_hover: #cf0b11;
    --wit: #FFFFFF;
    --notwhite: #F0F8FF;
    --offwhite: #CECECE;
    --zwart: #121518;
    --zwart2: #2f343a;

    --fontfam: 'Fira Sans', sans-serif;
    --light: 300;
    --regular: 400;
    --medium: 500;
    --semibold: 600;
    --bold: 700;
}

* {
    font-family: var(--fontfam);
    line-height: 1.4em;
    box-sizing: border-box;
    position: relative;
}

no-wrap {
    text-wrap: nowrap;
}

html {
    font-size: 20px;
    font-weight: 400;
}

.icon {
    display: inline-block;
    width: 1.3em;
    height: 1.3em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}</pre></body></html>