:root {
    --color-primary: #0891B2 !important;
    --color-primary-2: #06B6D4 !important;
    --color-heading-1: #0e0e10 !important;
    --color-body: #6b6d70 !important;
    --color-secondary: #0e0e10 !important;
    --font-primary: "Inter", sans-serif !important;
    --font-secondary: "Inter", sans-serif !important;
}

[data-theme=dark] body,
[data-theme=dark] .dash-board-main-wrapper .left-side-bar .single-menu-wrapper .single-menu {
  background: #0e0e10 !important;
}

[data-theme=dark] .dash-board-main-wrapper .left-side-bar .bottom-user .user-wrapper,
[data-theme=dark] .header-area-one {
  background: #0e0e10 !important;
  border-bottom-color: #1f2023 !important;
}

.btn-primary {
  background: linear-gradient(135deg, #0891B2 0%, #0D9488 100%) !important;
  border: none !important;
  color: white !important;
}

.btn-primary:hover {
  background: linear-gradient(135deg, #0E7490 0%, #0F766E 100%) !important;
}

.bg-primary {
  background-color: #0891B2 !important;
}

.border-primary {
  border-color: #0891B2 !important;
}

.text-primary {
  color: #0891B2 !important;
}
