/* Font-face declarations for Noto Sans */

@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 250;
  font-display: swap;
  src: url('/y-fonts/notosans-thin.woff2');
}

@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/y-fonts/notosans-light.woff2');
}

@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/y-fonts/notosans-regular.woff2');
}

@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/y-fonts/notosans-medium.woff2');
}

@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/y-fonts/notosans-semibold.woff2');
}

@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/y-fonts/notosans-bold.woff2');
}

@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('/y-fonts/notosans-extrabold.woff2');
}

@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('/y-fonts/notosans-black.woff2');
}

