@font-face
{
  font-family: 'ImpressumBold';
  font-style: bold;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/impressum-bold-webfont.woff') format('woff');
  unicode-range: U+000-5FF; /* Latin glyphs */
}

@font-face {
  font-family: 'DFP-SOGEI-W5G_EURO_021';
  src: url('fonts/DFP-SOGEI-W5G_EURO_021.woff') format('woff'), url('fonts/DFP-SOGEI-W5G_EURO_021.ttf') format('truetype'), url('fonts/DFP-SOGEI-W5G_EURO_021.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  unicode-range: U+000-5FF; /* Latin glyphs */
}

@font-face {
  font-family: 'DFP-SOGEI-W5G_EURO_021';
  src: url('fonts/DFP-SOGEI-W5G_EURO_021.svg#DFP-SOGEI-W5G_EURO_021') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  unicode-range: U+000-5FF; /* Latin glyphs */
}
body
{
  font-family: 'ImpressumBold', Times New Roman, serif;
  font-size: 18px;
	margin: 0;
  padding: 0;
	line-height: 1.5;
	color: #333;
  background-color: #000;
}
