:root
{
    --editor-surface: var(--rz-panel-background-color, #191922);
    --editor-surface-2: var(--rz-base-background-color, #12121a);
    --editor-elevated: color-mix(in srgb, var(--editor-surface) 82%, #ffffff 6%);
    --editor-border: var(--rz-border-color, rgba(255, 255, 255, .09));
    --editor-text: var(--rz-text-color, #eef1f6);
    --editor-muted: var(--rz-text-secondary-color, rgba(255, 255, 255, .55));
    --editor-primary: var(--rz-primary, #4b6cff);
    --editor-radius: 12px;
}

html, body, #app
{
    background: var(--editor-surface-2);
    color: var(--editor-text);
}

.rz-button
{
    border-radius: 0;
}
