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


/**
* This is a variable font
* You can controll 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('/header/fonts/satoshi-variable.woff2') format('woff2'),
       url('/header/fonts/satoshi-variable.woff') format('woff'),
       url('/header/fonts/satoshi-variable.ttf') format('truetype');
       font-weight: 300 900;
       font-display: swap;
       font-style: normal;
}


/**
* This is a variable font
* You can controll 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('/header/fonts/satoshi-variableitalic.woff2') format('woff2'),
       url('/header/fonts/satoshi-variableitalic.woff') format('woff'),
       url('/header/fonts/satoshi-variableitalic.ttf') format('truetype');
       font-weight: 300 900;
       font-display: swap;
       font-style: italic;
}


@font-face {
  font-family: 'Satoshi-Light';
  src: url('/header/fonts/satoshi-light.woff2') format('woff2'),
       url('/header/fonts/satoshi-light.woff') format('woff'),
       url('/header/fonts/satoshi-light.ttf') format('truetype');
       font-weight: 300;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'Satoshi-LightItalic';
  src: url('/header/fonts/satoshi-lightitalic.woff2') format('woff2'),
       url('/header/fonts/satoshi-lightitalic.woff') format('woff'),
       url('/header/fonts/satoshi-lightitalic.ttf') format('truetype');
       font-weight: 300;
       font-display: swap;
       font-style: italic;
}


@font-face {
  font-family: 'Satoshi-Regular';
  src: url('/header/fonts/satoshi-regular.woff2') format('woff2'),
       url('/header/fonts/satoshi-regular.woff') format('woff'),
       url('/header/fonts/satoshi-regular.ttf') format('truetype');
       font-weight: 400;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'Satoshi-Italic';
  src: url('/header/fonts/satoshi-italic.woff2') format('woff2'),
       url('/header/fonts/satoshi-italic.woff') format('woff'),
       url('/header/fonts/satoshi-italic.ttf') format('truetype');
       font-weight: 400;
       font-display: swap;
       font-style: italic;
}


@font-face {
  font-family: 'Satoshi-Medium';
  src: url('/header/fonts/satoshi-medium.woff2') format('woff2'),
       url('/header/fonts/satoshi-medium.woff') format('woff'),
       url('/header/fonts/satoshi-medium.ttf') format('truetype');
       font-weight: 500;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'Satoshi-MediumItalic';
  src: url('/header/fonts/satoshi-mediumitalic.woff2') format('woff2'),
       url('/header/fonts/satoshi-mediumitalic.woff') format('woff'),
       url('/header/fonts/satoshi-mediumitalic.ttf') format('truetype');
       font-weight: 500;
       font-display: swap;
       font-style: italic;
}


@font-face {
  font-family: 'Satoshi-Bold';
  src: url('/header/fonts/satoshi-bold.woff2') format('woff2'),
       url('/header/fonts/satoshi-bold.woff') format('woff'),
       url('/header/fonts/satoshi-bold.ttf') format('truetype');
       font-weight: 700;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'Satoshi-BoldItalic';
  src: url('/header/fonts/satoshi-bolditalic.woff2') format('woff2'),
       url('/header/fonts/satoshi-bolditalic.woff') format('woff'),
       url('/header/fonts/satoshi-bolditalic.ttf') format('truetype');
       font-weight: 700;
       font-display: swap;
       font-style: italic;
}


@font-face {
  font-family: 'Satoshi-Black';
  src: url('/header/fonts/satoshi-black.woff2') format('woff2'),
       url('/header/fonts/satoshi-black.woff') format('woff'),
       url('/header/fonts/satoshi-black.ttf') format('truetype');
       font-weight: 900;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'Satoshi-blackItalic';
  src: url('/header/fonts/satoshi-blackitalic.woff2') format('woff2'),
       url('/header/fonts/satoshi-blackitalic.woff') format('woff'),
       url('/header/fonts/satoshi-blackitalic.ttf') format('truetype');
       font-weight: 900;
       font-display: swap;
       font-style: italic;
}

