/* Shared frontend styles for Webien widgets. */

:root {
    --webien-accent: #6c63ff;
    --webien-accent-soft: rgba(108, 99, 255, 0.15);
    --webien-text: #1f1f28;
    --webien-muted: #6b7280;
    --webien-border: rgba(31, 31, 40, 0.1);
}

.webien-widget-title {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    color: var(--webien-text);
}
