/* 字体 S */
/* 英文字体 */
@font-face { font-family: "Beatrice-Medium"; src: url("../font/Beatrice-Medium.otf"); font-display: block;}
@font-face { font-family: "Beatrice-Bold"; src: url("../font/Beatrice-ExtraBold.otf"); font-display: block;}
@font-face { font-family: "maleo"; src: url("../font/MaleoTrials.otf"); font-display: block;}
@font-face { font-family: "markBook"; src: url("../font/MarkPro-Book.ttf"); font-display: block;}
@font-face { font-family: "markBold"; src: url("../font/MarkPro-Bold.ttf"); font-display: block;}
@font-face { font-family: "Bacalar"; src: url("../font/Bacalar-Expanded.otf"); font-display: block;}
@font-face { font-family: "InputMonoBold"; src: url("../font/InputMonoBold.ttf"); font-display: block;}
@font-face { font-family: "InputMono"; src: url("../font/InputMono.ttf"); font-display: block;}

/* 泰文字体 */
@font-face { font-family: "notoMd"; src: url("../font/NotoSansThai-Medium.ttf"); font-display: block;}
@font-face { font-family: "notoBd"; src: url("../font/NotoSansThai-Bold.ttf"); font-display: block;}
@font-face { font-family: "notoXbd"; src: url("../font/NotoSansThai-ExtraBold.ttf"); font-display: block;}

/* 针对中文页面的样式 */
html[lang="zh"] .ff-BeatriceM { font-family: "\5fae\8f6f\96c5\9ed1";}
html[lang="zh"] .ff-Beatrice { font-family: "\5fae\8f6f\96c5\9ed1"; font-weight: bolder;}
html[lang="zh"] .ff-maleo { font-family: "\5fae\8f6f\96c5\9ed1"; font-weight: bold;}
html[lang="zh"] .ff-markBook { font-family: "\5fae\8f6f\96c5\9ed1"; }
html[lang="zh"] .ff-markBold { font-family: "\5fae\8f6f\96c5\9ed1";}
html[lang="zh"] input { font-family: "\5fae\8f6f\96c5\9ed1";}

/* 针对英文页面的样式 */
html[lang="en"] .ff-BeatriceM { font-family: "Beatrice-Medium";}
html[lang="en"] .ff-Beatrice { font-family: "Beatrice-Bold";}
html[lang="en"] .ff-maleo { font-family: "maleo";}
html[lang="en"] .ff-markBook { font-family: "markBook"; font-weight: bold; }
html[lang="en"] .ff-markBold { font-family: "markBold";}
html[lang="en"] input { font-family: "markBold"; }
html[lang="en"] .ff-fz1 { font-family: "Bacalar";}
html[lang="en"] .ff-fz2 { font-family: "InputMonoBold";}
html[lang="en"] .ff-fz3 { font-family: "InputMono";}

/* 针对泰文页面的样式 */
html[lang="th"] .ff-BeatriceM { font-family: "notoMd";}
html[lang="th"] .ff-Beatrice { font-family: "notoBd";}
html[lang="th"] .ff-maleo { font-family: "notoXbd";}
html[lang="th"] .ff-markBook { font-family: "notoMd";}
html[lang="th"] .ff-markBold { font-family: "notoBd";}
html[lang="th"] input { font-family: "notoBd"; }
/* 字体 E */