:root {
    /* Colors */
    --primary-color: #DDE4FF;
    /* Example green color */
    --secondary-color: #FF5C2E;
    /* Light background */
    --text-color-black: #2F2F30;
    /* Text color */
    --accent-color: #FF9800;
    /* Example orange for highlights or buttons */

}