/* CAE 云雀音乐奖主题 —— 沿用第一届视觉（青绿 #1a6b6b / 深青 #145555 / 金 #c9a227，衬线字体）。
   本文件必须在 admin.css 之后加载，用于覆盖变量与字体；颜色十六进制已在各文件内 sed 过，这里兜底。 */
:root {
    --primary: #1a6b6b;
    --primary-dark: #145555;
    --accent-gold: #c9a227;
    --brand-color1: #1a6b6b;
    --brand-color2: #145555;
    --text-color: #1a4a4a;
    --text-light: #5a7a7a;
}
body, button, input, select, textarea {
    font-family: "Noto Serif SC", "Playfair Display", "Songti SC", "STSong", Georgia, serif;
}
h1, h2, h3, #headerBrandTitle, .cma-login-title {
    font-family: "Playfair Display", "Noto Serif SC", "Songti SC", Georgia, serif;
}
