/* 自定义样式 */

/* 如果需要，可以在这里添加不适合用 Tailwind 直接处理的样式 */

/* 示例：可以为 logo 添加更特殊的字体样式（如果 Google Font 不够用） */
/* 
.logo-font {
    font-family: 'Your Special Cute Font', cursive; 
}
*/

/* 语言切换器激活状态 */
.lang-button.active {
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0.3); /* 激活时加一点背景强调 */
} 