/* Satoshi Regular */
@font-face {
	font-family: "Satoshi";
	src: url('Satoshi-Regular.eot');
	src: url('Satoshi-Regular.eot#iefix') format('embedded-opentype'),
        url('Satoshi-Regular.woff') format('woff'),
        url('Satoshi-Regular.woff2') format('woff2'),
        url('Satoshi-Regular.ttf') format('truetype'),
		url('Satoshi-Regular.svg') format('svg');
	font-weight: 400;
}

/* Satoshi Medium */
@font-face {
	font-family: "Satoshi";
	src: url('Satoshi-Medium.eot');
	src: url('Satoshi-Medium.eot#iefix') format('embedded-opentype'),
        url('Satoshi-Medium.woff') format('woff'),
        url('Satoshi-Medium.woff2') format('woff2'),
        url('Satoshi-Medium.ttf') format('truetype'),
		url('Satoshi-Medium.svg') format('svg');
	font-weight: 500;
}

/* Satoshi Bold */
@font-face {
	font-family: "Satoshi";
	src: url('Satoshi-Bold.eot');
	src: url('Satoshi-Bold.eot#iefix') format('embedded-opentype'),
        url('Satoshi-Bold.woff') format('woff'),
        url('Satoshi-Bold.woff2') format('woff2'),
        url('Satoshi-Bold.ttf') format('truetype'),
		url('Satoshi-Bold.svg') format('svg');
	font-weight: 700;
}

/* Satoshi Black */
@font-face {
	font-family: "Satoshi";
	src: url('Satoshi-Black.eot');
	src: url('Satoshi-Black.eot#iefix') format('embedded-opentype'),
        url('Satoshi-Black.woff') format('woff'),
        url('Satoshi-Black.woff2') format('woff2'),
        url('Satoshi-Black.ttf') format('truetype'),
		url('Satoshi-Black.svg') format('svg');
	font-weight: 900;
}

/* body {
	font-family: "Satoshi" !important;
} */