/**
 * @license
 *
 * Font Family: Satoshi
 * Designed by: Deni Anggara
 * URL: https://www.fontshare.com/fonts/satoshi
 * © 2026 Indian Type Foundry
 *
 * Registered as 'Satoshi' so font-family: 'Satoshi' and Tailwind
 * font-medium / font-bold resolve via the variable axis.
 */
@font-face {
	font-family: 'Satoshi';
	src: url('../fonts/Satoshi-Variable.woff2') format('woff2');
	font-weight: 300 900;
	font-display: swap;
	font-style: normal;
}
