/* Google Fonts - Inter and Noto Sans SC */

/* Inter - Regular */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Inter Regular'), local('Inter-Regular'),
       url('../webfonts/inter-regular.woff2') format('woff2'),
       url('../webfonts/inter-regular.woff') format('woff');
}

/* Inter - Medium */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Inter Medium'), local('Inter-Medium'),
       url('../webfonts/inter-medium.woff2') format('woff2'),
       url('../webfonts/inter-medium.woff') format('woff');
}

/* Inter - SemiBold */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Inter SemiBold'), local('Inter-SemiBold'),
       url('../webfonts/inter-semibold.woff2') format('woff2'),
       url('../webfonts/inter-semibold.woff') format('woff');
}

/* Inter - Bold */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Inter Bold'), local('Inter-Bold'),
       url('../webfonts/inter-bold.woff2') format('woff2'),
       url('../webfonts/inter-bold.woff') format('woff');
}

/* Inter - ExtraBold */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local('Inter ExtraBold'), local('Inter-ExtraBold'),
       url('../webfonts/inter-extrabold.woff2') format('woff2'),
       url('../webfonts/inter-extrabold.woff') format('woff');
}

/* Noto Sans SC - Regular */
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Noto Sans SC Regular'), local('NotoSansSC-Regular'),
       url('../webfonts/noto-sans-sc-regular.woff2') format('woff2'),
       url('../webfonts/noto-sans-sc-regular.woff') format('woff');
}

/* Noto Sans SC - Medium */
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Noto Sans SC Medium'), local('NotoSansSC-Medium'),
       url('../webfonts/noto-sans-sc-medium.woff2') format('woff2'),
       url('../webfonts/noto-sans-sc-medium.woff') format('woff');
}

/* Noto Sans SC - SemiBold */
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Noto Sans SC SemiBold'), local('NotoSansSC-SemiBold'),
       url('../webfonts/noto-sans-sc-semibold.woff2') format('woff2'),
       url('../webfonts/noto-sans-sc-semibold.woff') format('woff');
}

/* Noto Sans SC - Bold */
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Noto Sans SC Bold'), local('NotoSansSC-Bold'),
       url('../webfonts/noto-sans-sc-bold.woff2') format('woff2'),
       url('../webfonts/noto-sans-sc-bold.woff') format('woff');
}

/* Noto Sans SC - ExtraBold */
@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local('Noto Sans SC ExtraBold'), local('NotoSansSC-ExtraBold'),
       url('../webfonts/noto-sans-sc-extrabold.woff2') format('woff2'),
       url('../webfonts/noto-sans-sc-extrabold.woff') format('woff');
}