/* @import url(//db.onlinewebfonts.com/c/0033a2fbc0329740fb86c1cfd134cb94?family=Roboto);
/* roboto-100 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: local('Roboto'),
         url('/pm/resources/fonts/roboto-v27-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
         url('/pm/resources/fonts/roboto-v27-latin-100.woff') format('woff'), /* Modern Browsers */
         url('/pm/resources/fonts/roboto-v27-latin-100.ttf') format('truetype'); /* Safari, Android, iOS */
         font-display: block;
  }
  /* roboto-300 - latin */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto'),
         url('/pm/resources/fonts/roboto-v27-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
         url('/pm/resources/fonts/roboto-v27-latin-300.woff') format('woff'), /* Modern Browsers */
         url('/pm/resources/fonts/roboto-v27-latin-300.ttf') format('truetype'); /* Safari, Android, iOS */
         font-display: block;
  }
  /* roboto-regular - latin */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'),
         url('/pm/resources/fonts/roboto-v27-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('/pm/resources/fonts/roboto-v27-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('/pm/resources/fonts/roboto-v27-latin-regular.ttf') format('truetype'); /* Safari, Android, iOS */
         font-display: block;
  }
  /* roboto-italic - latin */
  @font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: local('Roboto'),
         url('/pm/resources/fonts/roboto-v27-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
         url('/pm/resources/fonts/roboto-v27-latin-italic.woff') format('woff'), /* Modern Browsers */
         url('/pm/resources/fonts/roboto-v27-latin-italic.ttf') format('truetype'); /* Safari, Android, iOS */
         font-display: block;
  }
  /* roboto-500 - latin */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: local('Roboto'),
         url('/pm/resources/fonts/roboto-v27-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
         url('/pm/resources/fonts/roboto-v27-latin-500.woff') format('woff'), /* Modern Browsers */
         url('/pm/resources/fonts/roboto-v27-latin-500.ttf') format('truetype'); /* Safari, Android, iOS */
         font-display: block;
  }
  /* roboto-700 - latin */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto'),
         url('/pm/resources/fonts/roboto-v27-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('/pm/resources/fonts/roboto-v27-latin-700.woff') format('woff'), /* Modern Browsers */
         url('/pm/resources/fonts/roboto-v27-latin-700.ttf') format('truetype'); /* Safari, Android, iOS */
         font-display: block;
  }
  /* roboto-900 - latin */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: local('Roboto'),
         url('/pm/resources/fonts/roboto-v27-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
         url('/pm/resources/fonts/roboto-v27-latin-900.woff') format('woff'), /* Modern Browsers */
         url('/pm/resources/fonts/roboto-v27-latin-900.ttf') format('truetype'); /* Safari, Android, iOS */
         font-display: block;
  }
  html, body, body.left, body.bottom, body.top, body.pop-up, body.right, body.whole {
	font-family: 'Roboto', Arial, Helvetica, sans-serif !important;
  }