/**
* @license
*
* Font Family: Satoshi
* Designed by: Deni Anggara
* URL: https://www.fontshare.com/fontsSatoshi
* © 2024 Indian Type Foundry
*
* Satoshi Regular 
* Satoshi Medium 
* Satoshi Bold 
* Satoshi Variable (Variable font)
*
*/

@font-face {
    font-family: 'Satoshi';
    src: url('Satoshi-Regular.woff2') format('woff2'), url('Satoshi-Regular.woff') format('woff'), url('Satoshi-Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Satoshi';
    src: url('Satoshi-Medium.woff2') format('woff2'), url('Satoshi-Medium.woff') format('woff'), url('Satoshi-Medium.ttf') format('truetype');
    font-weight: 500;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Satoshi';
    src: url('Satoshi-Bold.woff2') format('woff2'), url('Satoshi-Bold.woff') format('woff'), url('Satoshi-Bold.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
    font-style: normal;
}


/**
* 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';
    src: url('Satoshi-Variable.woff2') format('woff2'), url('Satoshi-Variable.woff') format('woff'), url('Satoshi-Variable.ttf') format('truetype');
    font-weight: 300 900;
    font-display: swap;
    font-style: normal;
}