/*
Theme Name: 3D Filament Shop Pro ERP
Theme URI: https://wordpress.org/themes/filamentpro-erp/
Author: 3D Filament Shop Tech
Author URI: mailto:3dfilamentshop@gmail.com
Description: Industrial-grade WordPress theme for 3D printing filament stock calculation, supplier purchases, and GST tax billing. Fully customizable.
Version: 2.5.0
Requires at least: 5.8
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: filamentpro-erp-theme
*/

:root {
  --wp-filament-primary: #2271b1;
  --wp-filament-accent: #f59e0b;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f8fafc;
  color: #1e293b;
}

.filament-erp-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 24px;
}
