:root {
    --esse-accent:     #04112d;
    --esse-accent-rgb: 37,99,235;
    --esse-font:       'Poppins', sans-serif;
    --esse-font-size:  15px;
    --esse-radius:     16px;
    --esse-transition: 0.28s cubic-bezier(.4,0,.2,1);
    --esse-fw-heading: 700;
    --esse-bg:         #eef2f7;
    --esse-surface:    #ffffff;
    --esse-border:     #d1dae8;
    --esse-text:       #0f172a;
    --esse-text2:      #64748b;
}

body {
    font-family: 'Poppins', sans-serif !important;
    font-size: 15px !important;
}

h1,h2,h3,h4,h5,h6,
.card-header-custom,.header-title,.actions-text h3,.em-pname {
    font-weight: 700 !important;
}

.btn-custom, .card-modern, .card, .alert-custom,
.actions-section, .hero-card, .table-modern tbody tr,
.esse-hamburger, .em-item, .em-profile {
    border-radius: 16px !important;
    transition: all 0.28s cubic-bezier(.4,0,.2,1) !important;
}


