/*
Theme Name: Biz Web Theme
Description: Corporate style theme for Biz Web project.
Version: 1.1.0
*/

/* 1. 변수 및 기본 설정 */
:root {
    --primary-color: #003366; /* Deep Corporate Blue */
    --accent-color: #00A8E8;  /* High-Tech Blue */
    --secondary-color: #f4f7f9;
    --text-color: #333;
    --text-light: #666;
    --white: #ffffff;
    --font-main: 'IBM Plex Sans KR', 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    --spacing-lg: 6rem; 
    --spacing-md: 3rem;
    --shadow-soft: 0 10px 30px rgba(0,0,0,0.05);
    --shadow-strong: 0 20px 50px rgba(0,0,0,0.1);
    --radius-md: 16px;
    --transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
