/**
 * Colors style sheet (CSS4 VARIABLES)
 * License: Licensed under the CodeCanyon split license.
 */
:root {
    --fleet-management-primary-color: #4C8AB1; /* Steel Blue */
    --fleet-management-primary-light-color: #51b0d7; /* Light Blue */
    --fleet-management-secondary-color: #1A70A7; /* Dark Steel Blue */
}