@font-face {
    font-family: 'Roboto Mono Italic';
    src: url('/Static/fonts/robotomono-italic-variablefont_wght-webfont.woff2') format('woff2'),
         url('/Static/fonts/robotomono-italic-variablefont_wght-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Roboto Mono';
    src: url('/Static/fonts/robotomono-variablefont_wght-webfont.woff2') format('woff2'),
         url('/Static/fonts/robotomono-variablefont_wght-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Rubik Italic';
    src: url('/Static/fonts/rubik-italic-variablefont_wght-webfont.woff2') format('woff2'),
         url('/Static/fonts/rubik-italic-variablefont_wght-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Rubik Light';
    src: url('/Static/fonts/rubik-variablefont_wght-webfont.woff2') format('woff2'),
         url('/Static/fonts/rubik-variablefont_wght-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Roboto Mono Italic';
    src: url('/Static/fonts/robotomono-italic-variablefont_wght-webfont.woff2') format('woff2'),
         url('/Static/fonts/robotomono-italic-variablefont_wght-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {font-family: "Nimbus Sans";
  src: url("/Static/fonts/nimbus-sans-tw01con.eot"); /* IE9*/
  src: url("/Static/fonts/nimbus-sans-tw01con.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("/Static/fonts/nimbus-sans-tw01con.woff2") format("woff2"), /* chrome、firefox */
  url("/Static/fonts/nimbus-sans-tw01con.woff") format("woff"), /* chrome、firefox */
  url("/Static/fonts/nimbus-sans-tw01con.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("/Static/fonts/nimbus-sans-tw01con.svg#nimbus-sans-tw01con") format("svg"); /* iOS 4.1- */
}