/* IBM Carbon Design 테마 */
:root {
    --bg-primary: #161616;
    --bg-secondary: #262626;
    --bg-table-header: #333333;
    --bg-hover: #353535;
    --text-primary: #f4f4f4;
    --text-secondary: #c6c6c6;
    --color-primary: #0f62fe;
    --color-accent: #78a9ff;
    --font-family: 'IBM Plex Sans', sans-serif;
    --border-radius: 0px;
    --border-color: #525252;
}
