/**
 * Classic Hero Skin
 * Default cyan/teal colors
 */

/* Color variables for this skin */
.player[data-character="hero"][data-skin="hero_default"],
.char-card-preview[data-character="hero"][data-skin="hero_default"] {
    --skin-primary: #4ecdc4;
    --skin-secondary: #44a7a0;
    --skin-accent: #6ee7df;
}
