@charset "UTF-8";
@media all {
	body {
		/* overflow: hidden; */
	}
	.hidden {
		display: none !important;
	}
	.button { cursor:auto; }
	.button:hover { cursor:pointer; }
	.exam_font{
		font-size: 1.5vw;
	}
}
@font-face {
	font-family: "MyFont"; /* 自定義字型名稱 */
	src: url("./tws_kai.ttf"); /* 字型檔案路徑 */
  }
  
  body #exma_content {
	font-family: "MyFont" !important /* 應用自定義字型，如果找不到則使用系統字型 */
  }