/* ═══ Typography — independent of theme/style ═══ */

/* Base */
body {
    font-size: 14px;
    line-height: 1.5;
}

/* Gallery cards */
.gallery-item h3 {
    font-size: 0.95em;
    margin: 4px 5px 0;
    line-height: 1.3;
}

.gallery-item .gallery-subtitle {
    font-size: 0.85em;
    margin: 1px 5px 0;
    line-height: 1.3;
}

/* Dates — switch from monospace to primary font */
.item-date {
    font-size: 0.75em;
    font-family: var(--font-primary);
}

/* UI controls — bump from below-legibility sizes */
.sort-btn        { font-size: 11px; }

/* Winamp — minimal bumps to preserve skin authenticity */
.winamp-title    { font-size: 10px; }
.winamp-pl-item  { font-size: 11px; }

/* Terminal — sharper text */
.terminal-body   { font-size: 12px; }
.terminal-line   { text-shadow: 0 0 2px var(--term-glow, rgba(0,255,0,0.2)); }
