/* ============================================
   Local Font Faces - All Open Source, Commercial Use OK
   ============================================ */

/*
 * Inter - Latin
 * License: SIL Open Font License 1.1
 * Source: https://github.com/rsms/inter
 */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url('fonts/Inter-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/*
 * Noto Sans SC - Simplified Chinese
 * License: SIL Open Font License 1.1
 * Source: https://github.com/googlefonts/noto-cjk
 */
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 100 500;
  font-display: swap;
  src: url('fonts/NotoSansSC-Regular-subset.woff2') format('woff2');
}

@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 600 900;
  font-display: swap;
  src: url('fonts/NotoSansSC-Bold-subset.woff2') format('woff2');
}

/*
 * Material Symbols Outlined
 * License: Apache License 2.0
 * Source: https://github.com/google/material-design-icons
 */
@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 100 700;
  font-display: swap;
  src: url('fonts/MaterialSymbolsOutlined-subset.woff2') format('woff2');
  unicode-range: U+E037, U+E0B0, U+E0B7, U+E0BE, U+E0C8, U+E145, U+E14C, U+E54B, U+E5CC, U+E5CF, U+E5D2, U+E5D8, U+E666, U+E7FD, U+E80B, U+E84F, U+E86C, U+E894, U+E90F, U+E913, U+EA0B, U+EA19, U+F8CE;
}

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
