/* 本地字体 · scripts/download_fonts.py 生成 */
@font-face {{
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../static/fonts/cormorant-garamond-latin-400-normal.woff2') format('woff2');
}}
@font-face {{
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../static/fonts/cormorant-garamond-latin-400-italic.woff2') format('woff2');
}}
@font-face {{
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../static/fonts/cormorant-garamond-latin-600-normal.woff2') format('woff2');
}}
@font-face {{
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('../static/fonts/cormorant-garamond-latin-600-italic.woff2') format('woff2');
}}
@font-face {{
  font-family: 'Noto Serif SC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../static/fonts/noto-serif-sc-400.woff2') format('woff2');
}}
@font-face {{
  font-family: 'Noto Serif SC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../static/fonts/noto-serif-sc-600.woff2') format('woff2');
}}
@font-face {{
  font-family: 'Noto Serif SC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../static/fonts/noto-serif-sc-700.woff2') format('woff2');
}}
@font-face {{
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../static/fonts/noto-sans-sc-300.woff2') format('woff2');
}}
@font-face {{
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../static/fonts/noto-sans-sc-400.woff2') format('woff2');
}}
@font-face {{
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../static/fonts/noto-sans-sc-500.woff2') format('woff2');
}}
