@charset "utf-8";
@font-face{
	font-family: Audimat;
	src: url("../fonts/AUdimat-Regular.otf") format("opentype");
}
@font-face{
	font-family: Audimat;
	font-weight: bold;
	src: url("../fonts/AUdimat-Bold.otf") format("opentype");
}
@font-face{
	font-family: Audimat;
	font-style: italic;
	src: url("../fonts/Audimat-Italic.otf") format("opentype");
}
@font-face{
	font-family: Audimat;
	font-style: italic;
	font-weight: bold;
	src: url("../fonts/Audimat-BoldItalic.otf") format("opentype");
}

@font-face{
	font-family: Greyscale;
	src: url("../fonts/Greyscale Basic Regular.ttf") format("truetype");
}
@font-face{
	font-family: Greyscale;
	font-weight: bold;
	src: url("../fonts/Greyscale Basic Bold.ttf") format("truetype");
}
@font-face{
	font-family: Greyscale;
	font-style: italic;
	src: url("../fonts/Greyscale Basic Italic.ttf") format("truetype");
}
@font-face{
	font-family: Greyscale;
	font-style: italic;
	font-weight: bold;
	src: url("../fonts/Greyscale Basic Bold Italic.ttf") format("truetype");
}

@font-face{
	font-family: Share;
	src: url("../fonts/Share-Regular.otf") format("opentype");
}