/* style/index-why-choose-bl55.css */

:root {
    --primary-color: #017439;
    --secondary-color: #FFFFFF;
    --text-dark: #333333;
    --text-light: #ffffff;
    --bg-light: #f9f9f9; /* Slightly off-white for contrast with white cards */
    --bg-dark: #017439; /* Using primary color for dark sections */
    --button-register: #C30808;
    --button-login: #C30808;
    --font-register-login: #FFFF00;
    --border-color: #e0e0e0;
}