/*
 * Starter Theme — default theme for xxxhub
 * Override CSS custom properties here to customize colors, fonts, etc.
 * Each theme (tube.css, minimal.css, etc.) can define its own look.
 */

:root {
    --color-primary: #EF4444;
    --color-primary-hover: #DC2626;
}
