/**
 * Sky Theme - 맑은 하늘 같은 파란색
 */
:root {
    /* Accent Colors (할인율 표시) */
    --acp-accent: #93c5fd;
    --acp-accent-light: #dbeafe;
    
    /* Button Colors */
    --acp-button-color: #3b82f6;
    --acp-button-hover: #2563eb;
    
    /* Modal Footer Button */
    --acp-modal-button: #3b82f6;
    --acp-modal-button-hover: #2563eb;
    
    /* Primary Colors for other elements */
    --acp-primary: #3b82f6;
    --acp-primary-dark: #2563eb;
    --acp-primary-light: #60a5fa;
}

