@font-face {
    font-family: 'GenSenRoundedTW'; /* 定義字體名稱 */
    src: url('/Other/www.dr-eye/fonts/GenSenRoundedTW-L.woff2') format('woff2'); /* 優先載入 */
    font-display: swap; /* 確保文字在字體載入前可見 */
}

@font-face {
    font-family: 'GenSenRoundedTW'; /* 定義字體名稱 */
    src: url('/Other/www.dr-eye/fonts/GenSenRoundedTW-M.woff2') format('woff2'); /* 優先載入 */
    font-weight: bold;
    font-display: swap; /* 確保文字在字體載入前可見 */
}
