/* 设置全局文字颜色为 #EB5B00 */
body, 
.text-theme-900,
.text-theme-800,
.text-theme-700,
.text-theme-600,
.text-theme-500,
.text-gray-300,
.text-white,
h1, h2, h3, h4, h5, h6,
p, span, div,
.service-title,
.service-description,
.group-title {
    color: #fff !important;
}

/* 确保链接文字也使用指定颜色 */
a, a:hover, a:visited {
    color: #fff !important;
}
