/* File: assets/css/custom.css */
/* Auto-generated from admin branding panel */

:root {
  --primary: #007bff;       /* This is replaced dynamically */
  --secondary: #2ecc71;
  --danger: #f44336;
  --background: #f6f8fa;
}

body {
  background: var(--background, #f6f8fa);
}

/* Custom accent for links/buttons/etc */
a, .link-primary {
  color: var(--primary, #007bff);
}
.btn-primary, .bg-primary {
  background: var(--primary, #007bff) !important;
  border-color: var(--primary, #007bff) !important;
}
.btn-secondary, .bg-secondary {
  background: var(--secondary, #2ecc71) !important;
  border-color: var(--secondary, #2ecc71) !important;
}
