/**
 * @license
 *
 * Font Family: New Title
 * Designed by: Julie Soudanne, Jérémie Hornus
 * URL: https://www.fontshare.com/fonts/new-title
 * © 2023 Indian Type Foundry
 *
 * Font Styles:
 * New Title Variable(Variable font)
 * New Title Extralight
 * New Title Light
 * New Title Regular
 * New Title Medium
 * New Title Bold
 *
*/


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

* 'wght' (range from 200.0 to 700.0)

*/

@font-face {
  font-family: 'NewTitle-Variable';
  src: url('https://fontservice.olcdns.com/newtitle/NewTitle-Variable.woff2') format('woff2'),
       url('https://fontservice.olcdns.com/newtitle/NewTitle-Variable.woff') format('woff'),
       url('https://fontservice.olcdns.com/newtitle/NewTitle-Variable.ttf') format('truetype');
       font-weight: 200 700;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'NewTitle-Extralight';
  src: url('https://fontservice.olcdns.com/newtitle/NewTitle-Extralight.woff2') format('woff2'),
       url('https://fontservice.olcdns.com/newtitle/NewTitle-Extralight.woff') format('woff'),
       url('https://fontservice.olcdns.com/newtitle/NewTitle-Extralight.ttf') format('truetype');
       font-weight: 200;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'NewTitle-Light';
  src: url('https://fontservice.olcdns.com/newtitle/NewTitle-Light.woff2') format('woff2'),
       url('https://fontservice.olcdns.com/newtitle/NewTitle-Light.woff') format('woff'),
       url('https://fontservice.olcdns.com/newtitle/NewTitle-Light.ttf') format('truetype');
       font-weight: 300;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'NewTitle-Regular';
  src: url('https://fontservice.olcdns.com/newtitle/NewTitle-Regular.woff2') format('woff2'),
       url('https://fontservice.olcdns.com/newtitle/NewTitle-Regular.woff') format('woff'),
       url('https://fontservice.olcdns.com/newtitle/NewTitle-Regular.ttf') format('truetype');
       font-weight: 400;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'NewTitle-Medium';
  src: url('https://fontservice.olcdns.com/newtitle/NewTitle-Medium.woff2') format('woff2'),
       url('https://fontservice.olcdns.com/newtitle/NewTitle-Medium.woff') format('woff'),
       url('https://fontservice.olcdns.com/newtitle/NewTitle-Medium.ttf') format('truetype');
       font-weight: 500;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'NewTitle-Bold';
  src: url('https://fontservice.olcdns.com/newtitle/NewTitle-Bold.woff2') format('woff2'),
       url('https://fontservice.olcdns.com/newtitle/NewTitle-Bold.woff') format('woff'),
       url('https://fontservice.olcdns.com/newtitle/NewTitle-Bold.ttf') format('truetype');
       font-weight: 700;
       font-display: swap;
       font-style: normal;
}

