/**
 * @license
 *
 * Font Family: Nippo
 * Designed by: Manushi Parikh
 * URL: https://www.fontshare.com/fonts/nippo
 * © 2022 Indian Type Foundry
 *
 * Font Styles:
 * Nippo Variable(Variable font)
 * Nippo Extralight
 * Nippo Light
 * Nippo Regular
 * Nippo Medium
 * Nippo Bold
 *
*/

/**
* This is a variable font
* You can controll variable axes as shown below:
* font-variation-settings: 'wght' 700.0;
*
* available axes:

* 'wght' (range from 200.0 to 700.0)

*/

@font-face {
  font-family: 'Nippo';
  src: url('../fonts/Nippo-Regular.woff2') format('woff2'),
    url('../fonts/Nippo-Regular.woff') format('woff'),
    url('../fonts/Nippo-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Nippo';
  src: url('../fonts/Nippo-Medium.woff2') format('woff2'),
    url('../fonts/Nippo-Medium.woff') format('woff'),
    url('../fonts/Nippo-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Nippo';
  src: url('../fonts/Nippo-Bold.woff2') format('woff2'),
    url('../fonts/Nippo-Bold.woff') format('woff'),
    url('../fonts/Nippo-Bold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
