/* Theme13 Color Variant 11 - Coral */
:root {
    --t13-primary: #FF7F50;
    --t13-primary-light: #FF9F7F;
    --t13-primary-dark: #CC6640;
    --t13-secondary: #FF6347;
    --t13-accent: #FFA07A;
    --t13-border-glow: rgba(255, 127, 80, 0.3);
    --t13-glow: 0 0 20px rgba(255, 127, 80, 0.3);
    --t13-glow-strong: 0 0 30px rgba(255, 127, 80, 0.5);
}
