/*
Theme Name: INNO LUBE Theme
Theme URI: https://www.innolube.co.kr
Author: INNO LUBE
Author URI: https://www.innolube.co.kr
Description: Custom WordPress theme for INNO LUBE - Innovated Lubrication Solutions. Bilingual Korean/English industrial product website.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: innolube
Tags: custom-logo, custom-menu, featured-images, translation-ready, two-columns, wide-blocks

INNO LUBE Brand Colors:
- INNO Blue:       #0077C8
- Industrial Gray: #8A8D8F
- Accent Green:    #4FB6A1
- Dark Navy:       #0D2137
- Light Gray:      #F4F6F8
*/

/* ========================================
   CSS VARIABLES
======================================== */
:root {
  --inno-blue: #0077C8;
  --inno-blue-dark: #005fa3;
  --inno-blue-light: #e8f4fd;
  --industrial-gray: #8A8D8F;
  --accent-green: #4FB6A1;
  --accent-green-dark: #3a9a87;
  --dark-navy: #0D2137;
  --text-dark: #1a1a2e;
  --text-mid: #4a4a6a;
  --text-light: #8A8D8F;
  --bg-light: #F4F6F8;
  --bg-white: #ffffff;
  --border-color: #e0e4e8;
  --shadow-sm: 0 2px 8px rgba(0,0,0,0.08);
  --shadow-md: 0 4px 20px rgba(0,0,0,0.12);
  --shadow-lg: 0 8px 40px rgba(0,0,0,0.16);
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  --transition: all 0.3s ease;
}
