/* atomic.css – brand theme */

body {
    background-color: #ffffff;
    color: #e30613;
}

/* All primary buttons */
.btn-primary,
.btn-success,
.btn-info,
.btn-outline-primary,
.btn-outline-success,
.btn-outline-info {
    background-color: #e30613 !important;
    border-color: #e30613 !important;
    color: #fff !important;
}

.btn-outline-primary:hover,
.btn-outline-success:hover,
.btn-outline-info:hover {
    background-color: #fff !important;
    color: #e30613 !important;
    border-color: #e30613 !important;
}

/* Card headers */
.card-header {
    background-color: #e30613 !important;
    color: #ffffff !important;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    color: #e30613 !important;
}

/* Table headers */
table thead th {
    background-color: #e30613 !important;
    color: white !important;
}

/* Table hover effect (optional for feel) */
.table-hover tbody tr:hover {
    background-color: #ffe6e6;
}

/* Optional: links */
a {
    color: #e30613;
}

a:hover {
    color: #b1040f;
    text-decoration: underline;
}
