/* ===== AnatoBase Design System Variables ===== */
:root {
    /* Colors - Primary */
    --h8-color-primary: #bb5d5d;
    --h8-color-primary-hover: #a04d4d;
    --h8-color-primary-light: rgba(187, 93, 93, 0.1);

    /* Colors - Text */
    --h8-color-text: #2d2a29;
    --h8-color-text-light: #6b6562;
    --h8-color-text-muted: #999;

    /* Colors - Background */
    --h8-color-bg: #ffffff;
    --h8-color-bg-card: #ffffff;
    --h8-color-bg-hover: #f0eeed;

    /* Colors - Border */
    --h8-color-border: #e8e2df;
    --h8-color-border-light: #f0ebe8;

    /* Colors - Semantic */
    --h8-color-success: #5d9b6d;
    --h8-color-warning: #c9a55d;
    --h8-color-danger: #bb5d5d;

    /* Colors - Accent (Blue) */
    --h8-color-accent: #5d7dbb;
    --h8-color-accent-light: rgba(93, 125, 187, 0.1);

    /* Typography */
    --h8-font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    --h8-font-size-xs: 0.75rem;
    --h8-font-size-sm: 0.8125rem;
    --h8-font-size-base: 0.9375rem;
    --h8-font-size-lg: 1.125rem;
    --h8-font-size-xl: 1.5rem;
    --h8-font-size-2xl: 1.75rem;

    /* Spacing */
    --h8-spacing-xs: 4px;
    --h8-spacing-sm: 8px;
    --h8-spacing-md: 16px;
    --h8-spacing-lg: 24px;
    --h8-spacing-xl: 32px;

    /* Border Radius */
    --h8-radius: 8px;
    --h8-radius-sm: 6px;
    --h8-radius-lg: 12px;
    --h8-radius-full: 9999px;

    /* Shadows */
    --h8-shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.08);
    --h8-shadow-md: 0 4px 24px rgba(0, 0, 0, 0.06);
    --h8-shadow-lg: 0 8px 32px rgba(0, 0, 0, 0.1);

    /* Transitions */
    --h8-transition-fast: 0.2s;
    --h8-transition-normal: 0.3s;

    /* Layout */
    --h8-header-height: 48px;
    --h8-tab-bar-height: 0px; /* 탭 바 숨김 상태 (보이면 44px) */
    --h8-master-width: 270px;
}
