@font-face{
  font-family: 'Ploni';
  font-weight: 300; /*(light)*/
  font-style: normal;
  src: url('/webstatic/fonts/ploni-light-aaa.woff2') format('woff2'),
  url('/webstatic/fonts/ploni-light-aaa.woff') format('woff'),
  url('/webstatic/fonts/ploni-light-aaa.eot') format('eot');
  font-display: swap;
}

@font-face{
  font-family: 'Ploni';
  font-weight: 400; /*(regular)*/
  font-style: normal;
  src: url('/webstatic/fonts/ploni-regular-aaa.woff2') format('woff2'),
  url('/webstatic/fonts/ploni-regular-aaa.woff') format('woff'),
  url('/webstatic/fonts/ploni-regular-aaa.eot') format('eot');
  font-display: swap;
}

@font-face{
  font-family: 'Ploni';
  font-weight: 500; /*(medium)*/
  font-style: normal;
  src: url('/webstatic/fonts/ploni-medium-aaa.woff2') format('woff2'),
  url('/webstatic/fonts/ploni-medium-aaa.woff') format('woff'),
  url('/webstatic/fonts/ploni-medium-aaa.eot') format('eot');
  font-display: swap;
}

@font-face{
  font-family: 'Ploni';
  font-weight: 600; /*(demibold)*/
  font-style: normal;
  src: url('/webstatic/fonts/ploni-demibold-aaa.woff2') format('woff2'),
  url('/webstatic/fonts/ploni-demibold-aaa.woff') format('woff'),
  url('/webstatic/fonts/ploni-demibold-aaa.eot') format('eot');
  font-display: swap;
}