@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');


/**
 * @license
 *
 * Font Family: Satoshi
 * Designed by: Deni Anggara
 * URL: https://www.fontshare.com/fonts/satoshi
 * Â© 2022 Indian Type Foundry



/**
* 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('../fonts/Satoshi-Variable.woff2') format('woff2'),
		 url('../fonts/Satoshi-Variable.woff') format('woff'),
		 url('../fonts/Satoshi-Variable.ttf') format('truetype');
		 font-weight: 300 900;
		 font-display: swap;
		 font-style: normal;
  }

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


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


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





