/*
Theme Name: Brandzo Dashboard Theme
Theme URI: https://example.com/brandzo-dashboard-theme
Author: Brandzo HRMS
Author URI: https://www.example.com
Description: Bootstrap 5 dashboard theme with CrewMate style UI, dark mode, sidebar, and responsive layout.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: brandzo-dashboard-theme
Tags: bootstrap, dashboard, dark-mode, responsive, sidebar
*/

:root {
  --brandzo-primary: #2563eb;
  --brandzo-secondary: #0f172a;
  --brandzo-surface: #ffffff;
  --brandzo-surface-alt: #f8fafc;
  --brandzo-text: #111827;
  --brandzo-muted: #64748b;
  --brandzo-border: #e2e8f0;
}

body {
  font-family: "Inter", sans-serif;
  color: var(--brandzo-text);
  background: var(--brandzo-surface-alt);
  margin: 0;
}

.brandzo-dashboard {
  min-height: 100vh;
  padding: 0;
}
