/*!
 * 2014-2023 Blixsoft Technologies.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/OSL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@blixsoft.com so we can send you a copy immediately.
 *
 * @author    Blixsoft Technologies <license@blixsoft.com>
 * @copyright 2014-2023 Blixsoft Technologies
 * @license   https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
 */

@font-face {
  font-family:'Product Sans';
  src: url('webfonts/ProductSans-Black.woff2') format('woff2'),
  url('webfonts/ProductSans-Black.woff') format('woff'),
  url('webfonts/ProductSans-Black.otf') format('opentype');
  font-weight: 900;
  font-display: auto;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family:'Product Sans';
  src: url('webfonts/ProductSans-Bold.woff2') format('woff2'),
  url('webfonts/ProductSans-Bold.woff') format('woff'),
  url('webfonts/ProductSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-display: auto;
  font-style: normal;
  font-stretch: normal;
}


@font-face {
  font-family:'Product Sans';
  src: url('webfonts/ProductSans-Medium.woff2') format('woff2'),
  url('webfonts/ProductSans-Medium.woff') format('woff'),
  url('webfonts/ProductSans-Medium.otf') format('opentype');
  font-weight: 500;
  font-display: auto;
  font-style: normal;
  font-stretch: normal;
}


@font-face {
  font-family:'Product Sans';
  src: url('webfonts/ProductSans-Regular.woff2') format('woff2'),
  url('webfonts/ProductSans-Regular.woff') format('woff'),
  url('webfonts/ProductSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-display: auto;
  font-style: normal;
  font-stretch: normal;
}
