﻿﻿@charset "UTF-8";

/*
  Audios Security Patch v2d - Local/System Font Mode
  Purpose: remove external Google Fonts / fonts.gstatic.com dependency to avoid
  browser CSP/CORS font blocking and reduce third-party resource exposure.

  No font files are included. The site uses OS-installed fonts only.
*/

html, body, caption, th, input, textarea, select, option {
  font-family: "Microsoft JhengHei", "微軟正黑體", "PingFang TC", "蘋方-繁", "PingFang", "Heiti TC", "黑體-繁", Arial, Helvetica, sans-serif;
  *font-family: "微軟正黑體";
}

h1, h2, h3, h4, h5, .itemBox .subTitle {
  font-family: "Microsoft JhengHei", "微軟正黑體", "PingFang TC", "蘋方-繁", "Heiti TC", Arial, Helvetica, sans-serif;
  text-rendering: optimizelegibility;
  letter-spacing: -0.025em;
  font-weight: 400;
  color: #222222;
}

.date, .date-range, .tel, .en, .times, .numbers {
  font-family: Arial, Helvetica, "Microsoft JhengHei", "微軟正黑體", sans-serif;
}
