/**
* @license
*
* Font Family: Nunito
* Designed by: Vernon Adams, Cyreal, Jacques Le Bailly
* URL: https://www.fontshare.com/fonts/nunito
* © 2025 Indian Type Foundry
*
*
*/

/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: ital 0.0wght 200.0;
*
* available axes:
'ital' (range from 0.0 to 1.0'wght' (range from 200.0 to 1.0e3
*/
@font-face {
  font-family: 'Nunito-Variable';
  src: url('Nunito-Variable.woff2') format('woff2'),
       url('Nunito-Variable.woff') format('woff');
  font-weight: 200 1000;
  font-display: swap;
  font-style: normal;
  preload: true;
}
/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: ital 0.0wght 200.0;
*
* available axes:
'ital' (range from 0.0 to 1.0'wght' (range from 200.0 to 1.0e3
*/
@font-face {
  font-family: 'Nunito-VariableItalic';
  src: url('Nunito-VariableItalic.woff2') format('woff2'),
       url('Nunito-VariableItalic.woff') format('woff');
  font-weight: 200 1000;
  font-display: swap;
  font-style: italic;
  preload: true;
}

