
/** * @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('https://myfetishlover.com/mainpath/assets/font/satoshi/Satoshi-Regular.woff2') format('woff2'), url('https://myfetishlover.com/mainpath/assets/font/satoshi/Satoshi-Regular.woff') format('woff'), url('https://myfetishlover.com/mainpath/assets/font/satoshi/Satoshi-Regular.ttf') format('truetype');     font-weight: 400;     font-display: swap;     font-style: normal; }  @font-face {     font-family: 'Satoshi';     src: url('https://myfetishlover.com/mainpath/assets/font/satoshi/Satoshi-Medium.woff2') format('woff2'), url('https://myfetishlover.com/mainpath/assets/font/satoshi/Satoshi-Medium.woff') format('woff'), url('https://myfetishlover.com/mainpath/assets/font/satoshi/Satoshi-Medium.ttf') format('truetype');     font-weight: 500;     font-display: swap;     font-style: normal; }  @font-face {     font-family: 'Satoshi';     src: url('https://myfetishlover.com/mainpath/assets/font/satoshi/Satoshi-Bold.woff2') format('woff2'), url('https://myfetishlover.com/mainpath/assets/font/satoshi/Satoshi-Bold.woff') format('woff'), url('https://myfetishlover.com/mainpath/assets/font/satoshi/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('https://myfetishlover.com/mainpath/assets/font/satoshi/Satoshi-Variable.woff2') format('woff2'), url('https://myfetishlover.com/mainpath/assets/font/satoshi/Satoshi-Variable.woff') format('woff'), url('https://myfetishlover.com/mainpath/assets/font/satoshi/Satoshi-Variable.ttf') format('truetype');     font-weight: 300 900;     font-display: swap;     font-style: normal; }