/* global.css */
/* Legacy styles - most styling now handled by devsgonewild-shadcn.css and custom_components.css */

/* Form label styling */
label {
    font-weight: 500;
}

/* Legacy shade classes (deprecated - use cards and panels from devsgonewild-shadcn.css instead) */
.shade1 {
    background-color: var(--dgw-panel) !important;
    border: 1px solid var(--dgw-border) !important;
}

.shade2 {
    background: color-mix(in srgb, var(--dgw-accent) 10%, var(--dgw-panel));
    border: 1px solid color-mix(in srgb, var(--dgw-accent) 30%, transparent);
}

.shade3 {
    background-color: var(--dgw-panel-2) !important;
    border: 1px solid var(--dgw-border) !important;
}

.emoji-sm {
    width: 24px;
    height: 24px;
}
