/* Common elements found in the "colors.css" */
/* body {
    color: #333;
}

a {
    color: #0086b3;
}

.text-primary {
    color: #0086b3;
}

.bg-secondary {
    background-color: #f5f5f5;
}

.border-danger {
    border-color: #ff0000;
} */