/**
 * Label Component - CSS
 * Source: src/components/Atoms/Label/Label.tsx
 * Last synced: 2026-04 (ui-core v2.0.76)
 */

@import url("../tokens.4b8ea74adec1.css");

.ui-label {
    display: inline-block;
    font-family: var(--font-spline, "Spline Sans", sans-serif);
    font-size: 14px;
    font-weight: 500;
    color: var(--uicore-foreground);
    line-height: 1;
    cursor: default;
}

.ui-label .ui-label-required {
    color: var(--uicore-destructive);
    margin-left: 2px;
}

.ui-label.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
