/**
 * WISECP · Web Hosting Billing and Digital Services Platform
 *
 * Copyright (c) WISECP LLC — All rights reserved.
 * Unlicensed copying, distribution or use is prohibited.
 *
 * Terms of service: https://wisecp.com/terms-of-service
 */
:root {
  --wstyle-primary: #0052ff;
  --wstyle-primary-rgb: 0, 82, 255;
  --wstyle-secondary: #06b6d4;
  --wstyle-secondary-rgb: 6, 182, 212;
  --wstyle-success: #10b981;
  --wstyle-success-rgb: 16, 185, 129;
  --wstyle-font-family: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --wstyle-font-size-base: .9375rem;
  --wstyle-body-color: #334155;
  --wstyle-heading-color: #0f172a;
  --wstyle-muted-color: #64748b;
  --wstyle-body-bg: #f8fafc;
  --wstyle-surface-bg: #ffffff;
  --wstyle-border-color: #e2e8f0;
  --wstyle-chrome-bg: #0b1220;
  --wstyle-chrome-bg-deep: #070d16;
  --wstyle-chrome-color: #f1f5f9;
  --wstyle-chrome-muted: #94a3b8;
  --wstyle-chrome-border: rgba(241, 245, 249, .08);
  --wstyle-radius: .875rem;
}
[data-bs-theme=dark] {
  --wstyle-body-color: #94a3b8;
  --wstyle-heading-color: #f8fafc;
  --wstyle-muted-color: #64748b;
  --wstyle-body-bg: #090d16;
  --wstyle-surface-bg: #0f172a;
  --wstyle-border-color: rgba(255, 255, 255, .08);
}

