/*
Theme Name: ZoltBike WP CRM
Theme URI: https://zoltbike.local/
Author: ZoltBike
Description: Standalone ZoltBike WP CRM theme with managed login accounts, branded admin controls, secure CRM access and SEO-ready metadata.
Version: 1.2.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: zoltbike-wp-crm
*/

:root {
  --crm-bg: #07110d;
  --crm-panel: #0c1a14;
  --crm-panel-2: #10241b;
  --crm-line: rgba(255,255,255,.08);
  --crm-text: #effff6;
  --crm-muted: #9ab6a6;
  --crm-green: #28e47d;
  --crm-green-2: #0fb65b;
  --crm-danger: #ff6575;
  --crm-warning: #ffc857;
  --crm-radius: 18px;
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body { background: var(--crm-bg); color: var(--crm-text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
