/* NotoSans */
@font-face {
  font-family: 'NotoSans';
  font-weight: 100;
  font-style: normal;
  src:
    url('/m/st/assets/fonts/NotoSans-Thin.woff2') format('woff2'),
    url('/m/st/assets/fonts/NotoSans-Thin.woff') format('woff'),
    url('/m/st/assets/fonts/NotoSans-Thin.otf') format('opentype');
}
@font-face {
  font-family: 'NotoSans';
  font-weight: 300;
  font-style: normal;
  src:
    url('/m/st/assets/fonts/NotoSans-Light.woff2') format('woff2'),
    url('/m/st/assets/fonts/NotoSans-Light.woff') format('woff'),
    url('/m/st/assets/fonts/NotoSans-Light.otf') format('opentype');
}
@font-face {
  font-family: 'NotoSans';
  font-weight: 400;
  font-style: normal;
  src:
    url('/m/st/assets/fonts/NotoSans-Regular.woff2') format('woff2'),
    url('/m/st/assets/fonts/NotoSans-Regular.woff') format('woff'),
    url('/m/st/assets/fonts/NotoSans-Regular.otf') format('opentype');
}
@font-face {
  font-family: 'NotoSans';
  font-weight: 500;
  font-style: normal;
  src:
    url('/m/st/assets/fonts/NotoSans-Medium.woff2') format('woff2'),
    url('/m/st/assets/fonts/NotoSans-Medium.woff') format('woff'),
    url('/m/st/assets/fonts/NotoSans-Medium.otf') format('opentype');
}
@font-face {
  font-family: 'NotoSans';
  font-weight: 700;
  font-style: normal;
  src:
    url('/m/st/assets/fonts/NotoSans-Bold.woff2') format('woff2'),
    url('/m/st/assets/fonts/NotoSans-Bold.woff') format('woff'),
    url('/m/st/assets/fonts/NotoSans-Bold.otf') format('opentype');
}
@font-face {
  font-family: 'NotoSans';
  font-weight: 900;
  font-style: normal;
  src:
    url('/m/st/assets/fonts/NotoSans-Black.woff2') format('woff2'),
    url('/m/st/assets/fonts/NotoSans-Black.woff') format('woff'),
    url('/m/st/assets/fonts/NotoSans-Black.otf') format('opentype');
}

/* Roboto */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src:
    url('/m/st/assets/fonts/Roboto-ThinItalic.ttf') format('opentype');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src:
    url('/m/st/assets/fonts/Roboto-Light.ttf') format('opentype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src:
    url('/m/st/assets/fonts/Roboto-LightItalic.ttf') format('opentype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src:
    url('/m/st/assets/fonts/Roboto-Regular.ttf') format('opentype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src:
    url('/m/st/assets/fonts/Roboto-Italic.ttf') format('opentype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src:
    url('/m/st/assets/fonts/Roboto-Medium.ttf') format('opentype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src:
    url('/m/st/assets/fonts/Roboto-MediumItalic.ttf') format('opentype');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src:
    url('/m/st/assets/fonts/Roboto-Bold.ttf') format('opentype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src:
    url('/m/st/assets/fonts/Roboto-BoldItalic.ttf') format('opentype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('/m/st/assets/fonts/Roboto-Black.ttf') format('opentype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url('/m/st/assets/fonts/Roboto-BlackItalic.ttf') format('opentype');
}
