/**
* @license
*
* Font Family: Sora
* Designed by: Jonathan Barnbrook, Julián Moncada
* URL: https://www.fontshare.com/fonts/sora
* © 2025 Indian Type Foundry
*
* Sora Variable (Variable font)
* Sora VariableItalic (Variable font)
*/

/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 400.0;
*
* available axes:
'wght' (range from 100.0 to 800.0
*/
@font-face {
  font-family: 'Sora';
  src: url('src/Sora-Variable.woff2') format('woff2'),
       url('src/Sora-Variable.woff') format('woff'),
       url('src/Sora-Variable.ttf') format('truetype');
  font-weight: 100 800;
  font-display: swap;
  font-style: normal;
}
/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 400.0;
*
* available axes:
'wght' (range from 100.0 to 800.0
*/
@font-face {
  font-family: 'Sora';
  src: url('src/Sora-VariableItalic.woff2') format('woff2'),
       url('src/Sora-VariableItalic.woff') format('woff'),
       url('src/Sora-VariableItalic.ttf') format('truetype');
  font-weight: 100 800;
  font-display: swap;
  font-style: italic;
}


