/**
* @license
*
* Font Family: Satoshi
* Designed by: Deni Anggara
* URL: https://www.fontshare.com/fonts/satoshi
* © 2025 Indian Type Foundry
*
* Satoshi Light 
* Satoshi LightItalic 
* Satoshi Regular 
* Satoshi Italic 
* Satoshi Medium 
* Satoshi MediumItalic 
* Satoshi Bold 
* Satoshi BoldItalic 
* Satoshi Black 
* Satoshi BlackItalic 
* Satoshi Variable (Variable font)
* Satoshi VariableItalic (Variable font)

*
*/
@font-face {
  font-family: 'Satoshi-Light';
  src: url('./Satoshi-Light.woff') format('woff'),
}
@font-face {
  font-family: 'Satoshi-LightItalic';
  src: url('./Satoshi-LightItalic.woff') format('woff'),
}
@font-face {
  font-family: 'Satoshi-Regular';
  src: url('./Satoshi-Regular.woff') format('woff'),
}
@font-face {
  font-family: 'Satoshi-Italic';
  src: url('./Satoshi-Italic.woff') format('woff'),
}
@font-face {
  font-family: 'Satoshi-Medium';
  src: url('./Satoshi-Medium.woff') format('woff'),
}
@font-face {
  font-family: 'Satoshi-MediumItalic';
  src: url('./Satoshi-MediumItalic.woff') format('woff');
}
@font-face {
  font-family: 'Satoshi-Bold';
  src: url('./Satoshi-Bold.woff') format('woff'),
}
@font-face {
  font-family: 'Satoshi-BoldItalic';
  src: url('./Satoshi-BoldItalic.woff') format('woff'),
}
@font-face {
  font-family: 'Satoshi-Black';
  src: url('./Satoshi-Black.woff') format('woff'),
}
@font-face {
  font-family: 'Satoshi-BlackItalic';
  src: url('./Satoshi-BlackItalic.woff') format('woff'),
}
/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 900.0;
*
* available axes:
'wght' (range from 300.0 to 900.0
*/
@font-face {
  font-family: 'Satoshi-Variable';
  src: url('./Satoshi-Variable.woff') format('woff'),
}
/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 900.0;
*
* available axes:
'wght' (range from 300.0 to 900.0
*/
@font-face {
  font-family: 'Satoshi-VariableItalic';
  src: url('./Satoshi-VariableItalic.woff') format('woff'),
}

