/*
Theme Name: B2B Dropship Portal
Theme URI: https://custombuilt.com/theme
Author: Custom Built
Description: A clean, high-performance professional dashboard theme built specifically for wholesale operations.
Version: 1.0.0
Requires PHP: 7.4
Tested up to: 6.4
Text Domain: b2b-portal-theme
*/

:root {
  --b2b-primary: #1a1f36;
  --b2b-primary-light: #2d3348;
  --b2b-accent: #00d4aa;
  --b2b-accent-hover: #00b894;
  --b2b-danger: #e74c3c;
  --b2b-warning: #f39c12;
  --b2b-success: #27ae60;
  --b2b-info: #3498db;
  --b2b-bg: #f5f7fa;
  --b2b-white: #ffffff;
  --b2b-border: #e3e8ee;
  --b2b-text: #1a1f36;
  --b2b-text-light: #697386;
  --b2b-shadow: 0 2px 8px rgba(0,0,0,0.08);
  --b2b-radius: 8px;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  background-color: var(--b2b-bg);
  color: var(--b2b-text);
  margin: 0;
  padding: 0;
}
