/**
* @license
*
* Font Family: Sentient
* Designed by: Noopur Choksi
* URL: https://www.fontshare.com/fonts/sentient
* © 2024 Indian Type Foundry
*
* Sentient Extralight 
* Sentient ExtralightItalic 
* Sentient Light 
* Sentient LightItalic 
* Sentient Regular 
* Sentient Italic 
* Sentient Medium 
* Sentient MediumItalic 
* Sentient Bold 
* Sentient BoldItalic 
* Sentient Variable (Variable font)
* Sentient VariableItalic (Variable font)

*
*/
@font-face {
  font-family: 'Sentient-Extralight';
  src: url('/static/fonts/Sentient-Extralight.woff2') format('woff2'), 
       url('/static/fonts/Sentient-Extralight.woff') format('woff'), 
       url('/static/fonts/Sentient-Extralight.ttf') format('truetype'); 
  font-weight: 200;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Sentient-ExtralightItalic';
  src: url('/static/fonts/Sentient-ExtralightItalic.woff2') format('woff2'), 
       url('/static/fonts/Sentient-ExtralightItalic.woff') format('woff'), 
       url('/static/fonts/Sentient-ExtralightItalic.ttf') format('truetype'); 
  font-weight: 200;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: 'Sentient-Light';
  src: url('/static/fonts/Sentient-Light.woff2') format('woff2'), 
       url('/static/fonts/Sentient-Light.woff') format('woff'), 
       url('/static/fonts/Sentient-Light.ttf') format('truetype'); 
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Sentient-LightItalic';
  src: url('/static/fonts/Sentient-LightItalic.woff2') format('woff2'), 
       url('/static/fonts/Sentient-LightItalic.woff') format('woff'), 
       url('/static/fonts/Sentient-LightItalic.ttf') format('truetype'); 
  font-weight: 300;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: 'Sentient-Regular';
  src: url('/static/fonts/Sentient-Regular.woff2') format('woff2'), 
       url('/static/fonts/Sentient-Regular.woff') format('woff'), 
       url('/static/fonts/Sentient-Regular.ttf') format('truetype'); 
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Sentient-Italic';
  src: url('/static/fonts/Sentient-Italic.woff2') format('woff2'), 
       url('/static/fonts/Sentient-Italic.woff') format('woff'), 
       url('/static/fonts/Sentient-Italic.ttf') format('truetype'); 
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: 'Sentient-Medium';
  src: url('/static/fonts/Sentient-Medium.woff2') format('woff2'), 
       url('/static/fonts/Sentient-Medium.woff') format('woff'), 
       url('/static/fonts/Sentient-Medium.ttf') format('truetype'); 
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Sentient-MediumItalic';
  src: url('/static/fonts/Sentient-MediumItalic.woff2') format('woff2'), 
       url('/static/fonts/Sentient-MediumItalic.woff') format('woff'), 
       url('/static/fonts/Sentient-MediumItalic.ttf') format('truetype'); 
  font-weight: 500;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: 'Sentient-Bold';
  src: url('/static/fonts/Sentient-Bold.woff2') format('woff2'), 
       url('/static/fonts/Sentient-Bold.woff') format('woff'), 
       url('/static/fonts/Sentient-Bold.ttf') format('truetype'); 
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Sentient-BoldItalic';
  src: url('/static/fonts/Sentient-BoldItalic.woff2') format('woff2'), 
       url('/static/fonts/Sentient-BoldItalic.woff') format('woff'), 
       url('/static/fonts/Sentient-BoldItalic.ttf') format('truetype'); 
  font-weight: 700;
  font-display: swap;
  font-style: italic;
}
/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 700.0wght 400.0;
*
* available axes:
'wght' (range from 200.0 to 700.0'wght' (range from 200.0 to 700.0
*/
@font-face {
  font-family: 'Sentient-Variable';
  src: url('/static/fonts/Sentient-Variable.woff2') format('woff2'), 
       url('/static/fonts/Sentient-Variable.woff') format('woff'), 
       url('/static/fonts/Sentient-Variable.ttf') format('truetype'); 
  font-weight: 200 700;
  font-display: swap;
  font-style: normal;
}
/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 700.0wght 400.0;
*
* available axes:
'wght' (range from 200.0 to 700.0'wght' (range from 200.0 to 700.0
*/
@font-face {
  font-family: 'Sentient-VariableItalic';
  src: url('/static/fonts/Sentient-VariableItalic.woff2') format('woff2'), 
       url('/static/fonts/Sentient-VariableItalic.woff') format('woff'), 
       url('/static/fonts/Sentient-VariableItalic.ttf') format('truetype'); 
  font-weight: 200 700;
  font-display: swap;
  font-style: italic;
}

