/* Noto Sans TC - Local Version (Full Chinese Character Set) */
/* Source: https://github.com/notofonts/noto-cjk/releases */

/* noto-sans-tc-400 - regular weight */
@font-face {
  font-display: swap;
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  src: url('./NotoSansTC-Regular.otf') format('opentype');
}

/* noto-sans-tc-500 - medium weight */
@font-face {
  font-display: swap;
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  src: url('./NotoSansTC-Medium.otf') format('opentype');
}

/* noto-sans-tc-600 - semi-bold weight (using DemiLight as closest match) */
@font-face {
  font-display: swap;
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 600;
  src: url('./NotoSansTC-Bold.otf') format('opentype');
}

/* noto-sans-tc-700 - bold weight */
@font-face {
  font-display: swap;
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  src: url('./NotoSansTC-Bold.otf') format('opentype');
}

/* Noto Sans HK - Hong Kong variant (used by some Elementor elements) */

/* noto-sans-hk-400 - regular weight */
@font-face {
  font-display: swap;
  font-family: 'Noto Sans HK';
  font-style: normal;
  font-weight: 400;
  src: url('./NotoSansHK-Regular.otf') format('opentype');
}

/* noto-sans-hk-500 - medium weight */
@font-face {
  font-display: swap;
  font-family: 'Noto Sans HK';
  font-style: normal;
  font-weight: 500;
  src: url('./NotoSansHK-Medium.otf') format('opentype');
}

/* noto-sans-hk-600 - semi-bold weight */
@font-face {
  font-display: swap;
  font-family: 'Noto Sans HK';
  font-style: normal;
  font-weight: 600;
  src: url('./NotoSansHK-Bold.otf') format('opentype');
}

/* noto-sans-hk-700 - bold weight */
@font-face {
  font-display: swap;
  font-family: 'Noto Sans HK';
  font-style: normal;
  font-weight: 700;
  src: url('./NotoSansHK-Bold.otf') format('opentype');
}
