/*
 Theme Name:   GeneratePress Child - Tamil2Lyrics
 Theme URI:    https://tamillyrics143.com
 Description:  Custom high-performance music and song lyrics theme built on GeneratePress with Tamil2Lyrics modern styling.
 Author:       Antigravity
 Author URI:   https://tamillyrics143.com
 Template:     generatepress
 Version:      1.0.0
 Text Domain:  gp-child-lyrics
*/

/* Reset & Base Variables */
:root {
    --t2l-primary: #df4971;
    --t2l-primary-hover: #c4385f;
    --t2l-dark: #0f172a;
    --t2l-slate: #64748b;
    --t2l-border: #f1f5f9;
    --t2l-card-bg: #ffffff;
}

/* Global Links */
a {
    color: var(--t2l-primary);
    text-decoration: none;
    transition: color 0.2s ease;
}
a:hover {
    color: var(--t2l-primary-hover);
}
