:root {
    /* NUH brand */
    --black: #0a0a0a;
    --gold: #a9822f;
    --champagne: #e6d0a8;
    --ivory: #f4f0e8;
    --emerald: #054c30;

    --ink: #171612;
    --ink-soft: #4a463c;
    --paper: #faf8f3;
    --surface: #ffffff;
    --line: rgba(23, 22, 18, 0.12);
    --line-strong: rgba(23, 22, 18, 0.22);
    --accent: var(--gold);
    --accent-soft: rgba(169, 130, 47, 0.14);
    --accent-deep: #8a6a24;
    --brand-green: var(--emerald);
    --brand-green-soft: rgba(5, 76, 48, 0.1);

    --sidebar: #11100e;
    --sidebar-text: #f4f0e8;
    --sidebar-muted: rgba(244, 240, 232, 0.55);

    --status-pending: #9a6b14;
    --status-pending-bg: #f8efd8;
    --status-info: #1d4f91;
    --status-info-bg: #e4eefc;
    --status-success: #1f6b3a;
    --status-success-bg: #e3f5ea;
    --status-danger: #9b1c1c;
    --status-danger-bg: #fde8e8;
    --status-muted: #5c584e;
    --status-muted-bg: #eceae4;
    --status-muted: #5c584e;
    --status-muted-bg: #eceae4;

    --shadow: 0 1px 2px rgba(17, 16, 14, 0.06);
    --shadow-md: 0 8px 24px rgba(17, 16, 14, 0.06);
    --radius: 12px;
    --radius-sm: 8px;
    --font: "DM Sans", system-ui, sans-serif;
    --sidebar-width: 256px;
    --topbar-height: 64px;
}
