/* Vleexard specific overrides - Meta/Facebook style */
:root {
    --primary-color: #1877f2;
    --primary-dark: #166fe5;
    --primary-light: #4a90f4;
    --secondary-color: #42b72a;
    --accent-color: #e4e6eb;
}

.vleexard-hero {
    background: linear-gradient(135deg, #1877f215 0%, #42b72a15 100%);
}

.vleexard-feature {
    background: linear-gradient(135deg, #1877f2 0%, #166fe5 100%);
}
