/*
Theme Name: HelpDesk FSE (DeepSeek Style)
Theme URI: https://github.com/owenpark/helpdesk-fse
Author: OwenPark (박상훈)
Author URI: https://github.com/owenpark
Description: DeepSeek API Docs 스타일 워드프레스 FSE(Full Site Editing) 기술 문서 테마. 회원 전용 보안 잠금, 계층형 자동 사이드바, 실시간 라이브 검색, 제로-플리커 다크모드, GreenLight Board 스타일 리치 코멘트 탑재.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: helpdesk
Tags: full-site-editing, block-themes, dark-mode, documentation, custom-menu, live-search
*/

/* WordPress Core Alignment & Reset */
body {
    margin: 0;
    padding: 0;
    font-family: Pretendard, 'Be Vietnam Pro', -apple-system, BlinkMacSystemFont, system-ui, Roboto, sans-serif;
    background-color: var(--color-bg);
    color: var(--color-text);
    line-height: 1.6;
    transition: background-color 0.2s ease, color 0.2s ease;
}

*, *::before, *::after {
    box-sizing: border-box;
}

a {
    color: var(--color-primary);
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
