body {
    font-family: 'Poppins', sans-serif;
    background: #fff;
    color: #55585A;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #FF671F;
}

.card {
    border-radius: 1.5rem;
    box-shadow: 0 2px 8px #eee;
}

.btn {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    border-radius: 0.75rem;
}

.table th {
    font-weight: 600;
    color: #55585A;
    background: #F8F9FA;
}

.table td {
    background: #fff;
    color: #55585A;
}

aside {
    background: #F8F9FA;
    border-radius: 2rem 0 0 2rem;
    box-shadow: 2px 0 8px #eee;
}

.nav-link {
    color: #55585A !important;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.nav-link.active, .nav-link:hover {
    color: #FF671F !important;
    background: #fff;
}

.btn-primary, .btn-success, .btn-warning, .btn-danger {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.shadow-sm {
    box-shadow: 0 2px 8px #eee !important;
}
