/*
Theme Name: Yansheng Industrial
Theme URI: https://yansheng.localhost/
Author: Yansheng Tech
Author URI: https://yansheng.localhost/
Description: Custom Modern Industrial B2B WordPress Theme for Shenzhen Yansheng Connection Technology.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 7.1
Requires PHP: 8.0
Text Domain: yansheng-industrial
Domain Path: /languages
*/

:root {
  --ys-primary: #116eb8;
  --ys-primary-dark: #0c4d80;
  --ys-primary-darker: #083457;
  --ys-primary-light: #e8f3fb;
  --ys-primary-lighter: #f0f7fc;
  --ys-accent: #ff7a00;
  --ys-accent-hover: #e06c00;
  --ys-dark: #0f172a;
  --ys-dark-light: #1e293b;
  --ys-gray-bg: #f8fafc;
  --ys-gray-border: #e2e8f0;
  --ys-text: #334155;
  --ys-text-muted: #64748b;
  --ys-white: #ffffff;
  --ys-shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.05);
  --ys-shadow-md: 0 4px 12px rgba(17, 110, 184, 0.08);
  --ys-shadow-lg: 0 10px 30px rgba(17, 110, 184, 0.12);
  --ys-shadow-xl: 0 20px 40px rgba(15, 23, 42, 0.15);
  --ys-radius-sm: 4px;
  --ys-radius-md: 8px;
  --ys-radius-lg: 12px;
  --ys-radius-xl: 16px;
  --ys-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
