/* Roboto */
@font-face{font-family:'Roboto';font-style:normal;font-weight:300;font-display:fallback;src:url(roboto-300-normal.woff2) format('woff2')}
@font-face{font-family:'Roboto';font-style:italic;font-weight:300;font-display:fallback;src:url(roboto-300-italic.woff2) format('woff2')}
@font-face{font-family:'Roboto';font-style:normal;font-weight:400;font-display:fallback;src:url(roboto-400-normal.woff2) format('woff2')}
@font-face{font-family:'Roboto';font-style:italic;font-weight:400;font-display:fallback;src:url(roboto-400-italic.woff2) format('woff2')}
@font-face{font-family:'Roboto';font-style:normal;font-weight:700;font-display:fallback;src:url(roboto-700-normal.woff2) format('woff2')}
@font-face{font-family:'Roboto';font-style:italic;font-weight:700;font-display:fallback;src:url(roboto-700-italic.woff2) format('woff2')}
/* Roboto Mono */
@font-face{font-family:'Roboto Mono';font-style:normal;font-weight:400;font-display:fallback;src:url(roboto-mono-400-normal.woff2) format('woff2')}
@font-face{font-family:'Roboto Mono';font-style:italic;font-weight:400;font-display:fallback;src:url(roboto-mono-400-italic.woff2) format('woff2')}
@font-face{font-family:'Roboto Mono';font-style:normal;font-weight:700;font-display:fallback;src:url(roboto-mono-700-normal.woff2) format('woff2')}
@font-face{font-family:'Roboto Mono';font-style:italic;font-weight:700;font-display:fallback;src:url(roboto-mono-700-italic.woff2) format('woff2')}
/* 应用字体栈 */
:root{
  --md-text-font-family:"Roboto",system-ui,"PingFang SC","Microsoft YaHei",sans-serif;
  --md-code-font-family:"Roboto Mono",ui-monospace,"Courier New",monospace;
}
