/* @font-face {
	font-family: 'icomoon';
	src:  url('../fonts/icomoon.eot?qoofn1');
	src:  url('../fonts/icomoon.eot?qoofn1#iefix') format('embedded-opentype'),
	  url('../fonts/icomoon.ttf?qoofn1') format('truetype'),
	  url('../fonts/icomoon.woff?qoofn1') format('woff'),
	  url('../fonts/icomoon.svg?qoofn1#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
} */


/** Thin */


/* @font-face {
		font-family:  "OneInventory";
		font-weight: 900;
		src: url("../fonts/SF-UI-Display-Black.otf");
	  }
	  @font-face {
		font-family:  "OneInventory";
		font-weight: 700;
		src: url("../fonts/OneInventory-Bold.otf");
	  }
	  @font-face {
		font-family:  "OneInventory";
		font-weight: 800;
		src: url("../fonts/SF-UI-Display-Heavy.otf");
	  }
	  @font-face {
		font-family:  "OneInventory";
		font-weight: 200;
		src: url("../fonts/SF-UI-Display-Light.otf");
	  }
	  @font-face {
		font-family:  "OneInventory";
		font-weight: 500;
		src: url("../fonts/SF-UI-Display-Medium.otf");
	  }
	  @font-face {
		font-family:  "OneInventory";
		font-weight: 400;
		src: url("../fonts/SF-UI-Display-Regular.otf");
	  }
	  @font-face {
		font-family:  "OneInventory";
		font-weight: 600;
		src: url("../fonts/SF-UI-Display-Semibold.otf");
	  }
	  @font-face {
		font-family:  "OneInventory";
		font-weight: 300;
		src: url("../fonts/SF-UI-Display-Thin.otf");
	  }
	  @font-face {
		font-family:  "OneInventory";
		font-weight: 100;
		src: url("../fonts/SF-UI-Display-Ultralight.otf");
	  } */


/** font moi */

@font-face {
    font-family: "OneInventory";
    font-weight: 900;
    src: url("../fonts/SF-UI-Display-Black.otf");
}


/** Bold */

@font-face {
    font-family: "OneInventory";
    font-weight: 700;
    src: url("../fonts/OpenSans-Bold.otf");
}


/** Heavy */

@font-face {
    font-family: "OneInventory";
    font-weight: 800;
    src: url("../fonts/OpenSans-ExtraBold.otf");
}


/** Light */

@font-face {
    font-family: "OneInventory";
    font-weight: 200;
    src: url("../fonts/SF-UI-Display-Light.otf");
}


/** Medium */

@font-face {
    font-family: "OneInventory";
    font-weight: 500;
    src: url("../fonts/OpenSans-Regular.otf");
}


/** Regular */

@font-face {
    font-family: "OneInventory";
    font-weight: 400;
    src: url("../fonts/OpenSans-Regular.otf");
}


/** Semibold */

@font-face {
    font-family: "OneInventory";
    font-weight: 600;
    src: url("../fonts/OpenSans-Bold.otf");
}


/** Thin */

@font-face {
    font-family: "OneInventory";
    font-weight: 300;
    src: url("../fonts/SF-UI-Display-Thin.otf");
}


/** Ultralight */

@font-face {
    font-family: "OneInventory";
    font-weight: 100;
    src: url("../fonts/SF-UI-Display-Ultralight.otf");
}


/* Roboto Font */

@font-face {
    font-family: "Roboto Condensed";
    font-weight: 700;
    src: url("../fonts/RobotoCondensed-Bold.otf");
}

@font-face {
    font-family: "Roboto Condensed";
    font-weight: 400;
    src: url("../fonts/RobotoCondensed-Regular.otf");
}

@font-face {
    font-family: "Roboto Condensed";
    font-weight: 300;
    src: url("../fonts/RobotoCondensed-Light.otf");
}