/* Import: Inter */
@import url(https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,300..700;1,300..700&family=Inter:wght@300..700&family=IBM+Plex+Sans+Arabic:wght@400;500;700&display=swap);

/* Global font-family - Microsoft YaHei */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  font-family: "Microsoft YaHei", "微软雅黑", sans-serif !important;
}
@font-face {
  font-family: "Bebas Neue";
  src: local("Bebas Neue Bold"),url('../fonts/bebas-neue/BebasNeue-Bold.woff2');
  font-weight: 700;
  text-rendering: optimizeLegibility;
  font-display: swap;
  ascent-override: 90%;
  text-transform: uppercase
}
@font-face {
  font-family: "Bebas Neue";
  src: local("Bebas Neue Regular"),url('../fonts/bebas-neue/BebasNeue-Regular.woff2');
  font-weight: 400;
  text-rendering: optimizeLegibility;
  font-display: swap;
  ascent-override: 90%;
  text-transform: uppercase
}
/* Import: Graphik */
@font-face {
  font-family: "Graphik";
  src: local("Graphik Regular"),url('../fonts/graphik/Graphik-Regular.woff2'),url('../fonts/graphik/Graphik-Regular.woff');
  font-weight: 400;
  text-rendering: optimizeLegibility;
  font-display: swap;
  ascent-override: 100%
}
@font-face {
  font-family: "Graphik";
  src: local("Graphik Medium"),url('../fonts/graphik/Graphik-Medium.woff2'),url('../fonts/graphik/Graphik-Medium.woff');
  font-weight: 500;
  text-rendering: optimizeLegibility;
  font-display: swap;
  ascent-override: 100%
}
@font-face {
  font-family: "Graphik";
  src: local("Graphik Semibold"),url('../fonts/graphik/Graphik-Semibold.woff2'),url('../fonts/graphik/Graphik-Semibold.woff');
  font-weight: 700;
  text-rendering: optimizeLegibility;
  font-display: swap;
  ascent-override: 100%
}
/* Import: Mabry Pro */
@font-face {
  font-family: "Mabry Pro";
  src: local("Mabry Pro Regular"),url('../fonts/mabry-pro/MabryPro-Regular.woff2'),url('../fonts/mabry-pro/MabryPro-Regular.woff');
  font-weight: 400;
  text-rendering: optimizeLegibility;
  font-display: swap;
  ascent-override: 90%
}
@font-face {
  font-family: "Mabry Pro";
  src: local("Mabry Pro Bold"),url('../fonts/mabry-pro/MabryPro-Bold.woff2'),url('../fonts/mabry-pro/MabryPro-Bold.woff');
  font-weight: 700;
  text-rendering: optimizeLegibility;
  font-display: swap;
  ascent-override: 90%
}