/*
Theme Name: Infoplay-Base
Author: Quirin Hörnig
Description: Base wp-customizer
Version: 1.0
*/
@font-face {
  font-family: 'CorpoS';
  src: url("font/CorpoS.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'CorpoS';
  src: url("font/corposbold.ttf") format('truetype'); /* Dateiname prüfen! */
  font-weight: bold;
  font-style: normal;
}

body {
	margin:0;
	padding:0;
  font-family: 'CorpoS', Arial, sans-serif !important;
}

b, strong {
  font-weight: bold !important;
}