/* Open Sans 本地自托管（替代 Google Fonts 外链） */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url('../fonts/open-sans/open-sans-latin-normal.woff2') format('woff2-variations');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300 800;
  font-display: swap;
  src: url('../fonts/open-sans/open-sans-latin-italic.woff2') format('woff2-variations');
}
