:root {
    --logo-max-width: 80px;
    --logo-long-max-width: 150px;
    --backgroundHeight: 73vh;
    --background-text: #FFFFFF;
    --background-image: none;
    --logo2-image: url(#);
    --logo-image: url(/vilvoorde/img/logo.svg);
    --logo-footer-width: 100px;
    --logo-footer-2-width: 55px;
    --footer-background: #316b86;
    --text-font-family: Arial;
    --title-font-family: Arial;
    --primary: #316b86; /* navy-ish, dark blue */
    --secondary: #337698; /* strong blue */
    --tertiary: #0096C7; /* bright, clean accent */
    --black: #000000;
    --white: #FFFFFF;
    --red: #E25656;
    --orange: #EF794B;
    --pink: #F7B8AD;
    --violet: #AC8DC4;
    --teal: #7DCCC4;
    --apple: #9AD89A;
    --yellow: #F7C963;
    --light-color: #e7f3f6;
}
