:root {
    --slotui-theme-primary: #98B148;
    --slotui-theme-secondary:  #55492B;
    --slotui-theme-tertiary: #9999CC;

    --slotui-theme-color-foreground: #333333;
    --slotui-theme-color-background: #f1f1f1;
    --slotui-theme-color-paper: #ededed;

    [data-theme="dark"] {
        --slotui-theme-color-foreground: #f1f1f1;
        --slotui-theme-color-background: #27323a;
        --slotui-theme-color-paper: #3a3b3b;
    }
}
