:root {
    /* Primary Colors */
    --primary:          #0930AF;
    --primary-dark:     #023F73;
    --primary-nav:      #0077ff;
    --primary-side:     #0D2E98;
    --accent:           #1A20FF;

    /* Background Colors */
    --bg:               #ffffff;
    --bg-gray:          #f5f5f5;
    --bg-gray-light:    #f0f0f0;
    --bg-dark:          #0B1625;
    --bg-dark-2:        #18191D;

    /* Text Colors */
    --text:             #333333;
    --text-dark:        #1a1a1a;
    --text-muted:       #838891;
    --text-light:       #ffffff;

    /* Border Colors */
    --border:           #dddddd;
    --border-light:     #f0f0f0;

    /* Indicator Colors */
    --indicator:        #838891;
    --indicator-active: #1A20FF;

    /* Layout */
    --header-height:    85px;
    --font-base:        'Noto Sans', 'Noto Sans KR', 'Noto Sans CJK KR', 'Noto Sans Korean',
                        'Malgun Gothic', 'Nanum Gothic', '굴림', '돋움', '맑은 고딕', 'Roboto', sans-serif;
}
