.eshopw_style {
  .ecom-font(@name, @fileName) {
    @font-face {
      font-weight: normal;
      font-family: @name;
      font-style: normal;
      src: url('~@whalecloud/magic-box-themes/assets/eshopw/fonts/@{fileName}.woff2') format('woff2'),
      url('~@whalecloud/magic-box-themes/assets/eshopw/fonts/@{fileName}.woff') format('woff'),
      url('~@whalecloud/magic-box-themes/assets/eshopw/fonts/@{fileName}.eot') format('embedded-opentype'),
      url('~@whalecloud/magic-box-themes/assets/eshopw/fonts/@{fileName}.svg') format('svg'),
      url('~@whalecloud/magic-box-themes/assets/eshopw/fonts/@{fileName}.otf') format('opentype');
    }
  }

  .ecom-font('NunitoSans-Black', 'NunitoSans-Black');
  .ecom-font('NunitoSans-Bold', 'NunitoSans-Bold');
  .ecom-font('NunitoSans-ExtraBold', 'NunitoSans-ExtraBold');
  .ecom-font('NunitoSans-ExtraLight', 'NunitoSans-ExtraLight');
  .ecom-font('NunitoSans-Light', 'NunitoSans-Light');
  .ecom-font('NunitoSans-Regular', 'NunitoSans-Regular');
  .ecom-font('NunitoSans-SemiBold', 'NunitoSans-SemiBold');
  .ecom-font('NokiaRegular', 'NokiaRegular');
}
