
/* MailCRM Dynamic Theme */
:root {
    --font-family:  Helvetica, sans-serif;
    --bg-color:     #000000;
    --sidebar-bg:   #0a0c10;
    --card-bg:      #131621;
    --accent:       #4f8ef7;
    --text-color:   #e8ecf5;
}
body {
    font-family: var(--font-family) !important;
    font-size:   0.875rem !important;
    color:       var(--text-color) !important;
    background:  var(--bg-color) !important;
    background-image: url('https://i.pinimg.com/originals/af/a1/ab/afa1abc0fc77fa006e9a927226ccb525.jpg') !important;
    background-size: cover !important;
    background-attachment: fixed !important;
}
h1 { font-size: 2rem; }
h2 { font-size: 1.6rem; }
h3 { font-size: 1.3rem; }
h4 { font-size: 1.1rem; }
h5 { font-size: 0.95rem; }
h6 { font-size: 0.85rem; }
nav.sidebar { background: var(--sidebar-bg) !important; }
.card { background: var(--card-bg) !important; }
