/* Custom styles to complement Bootstrap 5 */

/* Add any custom styles that extend Bootstrap here */
.btn-primary {
    background-color: #0066cc;
    border-color: #0066cc;
}

.btn-primary:hover {
    background-color: #004d99;
    border-color: #004d99;
}

.text-primary {
    color: #0066cc !important;
}

/* You can add more custom styles as needed but try to use Bootstrap classes when possible */
