/*
Theme Name: LunaChord Lite
Theme URI: https://example.com/lunachord-lite
Author: Yi Seong + ChatGPT
Description: Tema ringan untuk lirik + chord. Fitur: Floating Auto-Scroll, Zoom Font berbasis font-size, Transpose (#/b).
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.6
Requires PHP: 7.4
License: GPL-2.0-or-later
Text Domain: lunachord-lite
*/

/* ====== Baseline warna & tipografi ====== */
:root { --lc-accent:#00ccff; }

html, body {
  background:#0b0f14;
  color:#e7f2f7;
  line-height:1.6;
}

a { color: var(--lc-accent); }
pre { color: inherit; }

/* Judul default */
.entry-title{
  color:#fff;
  text-align:center;
  margin: 0 0 16px;
}
