
/* Orange Gas Safe Theme */

/* Font */
body {
    font-family: Inter, system-ui, sans-serif;
}

/* Navbar */
.navbar {
    background: white;
    border-bottom: 1px solid #e5e7eb;
}

/* Sidebar */
.layout-side-section {
    background: #ffffff;
    border-right: 1px solid #e5e7eb;
}

/* Form card */
.layout-main-section {
    background: white;
    border-radius: 10px;
    padding: 16px;
}

/* Table headers */
.grid-heading-row {
    background: #f97316 !important;
    color: white !important;
}

/* Buttons */
.btn-primary {
    background: #f97316;
    border-color: #f97316;
}

/* Tabs (important fix) */
.form-tabs .nav-link {
    color: #374151 !important;
    font-weight: 500;
}

.form-tabs .nav-link.active {
    color: #f97316 !important;
    border-bottom: 2px solid #f97316;
}

