/*-----
WEBFONT EINBINDUNG:
Hier werden die Font-Faces definiert, wenn die Schriften des Kunden lokal im f-custon/fonts-Order abliegen
Werden die Schriften per Google-Font oder Adobe Font (oder sonstwie extern) eingebunden, kann hier alles ignoriert/ gelöscht werden, 
dann ist nur die specific/brand-typography.less wichtig, wo die Variablen definiert werden
-----*/

@font-face {
  src: url('UniNeueBlack/font.eot');
  font-family: 'UniNeueBlack';
  src: url('UniNeueBlack/font.woff2') format('woff2'), url('UniNeueBlack/font.woff') format('woff'), url('UniNeueBlack/font.eot?#iefix') format('embedded-opentype'), url('UniNeueBlack/font.ttf') format('truetype');
}

@font-face {
  src: url('/UniNeueBook/font.eot');
  font-family: 'UniNeueBook';
  src: url('UniNeueBook/font.woff2') format('woff2'), url('UniNeueBook/font.woff') format('woff'), url('UniNeueBook/font.eot?#iefix') format('embedded-opentype'), url('UniNeueBook/font.ttf') format('truetype');
}

@font-face {
  src: url('/UniNeueRegular/font.eot');
  font-family: 'UniNeueRegular';
  src: url('UniNeueRegular/font.woff2') format('woff2'), url('UniNeueRegular/font.woff') format('woff'), url('UniNeueRegular/font.eot?#iefix') format('embedded-opentype'), url('UniNeueRegular/font.ttf') format('truetype');
}

@font-face {
  src: url('KGSecondChancesSolid/font.eot');
  font-family: 'KGSecondChancesSolid';
  src: url('KGSecondChancesSolid/font.woff2') format('woff2'), url('KGSecondChancesSolid/font.woff') format('woff'), url('KGSecondChancesSolid/font.eot?#iefix') format('embedded-opentype'), url('KGSecondChancesSolid/font.ttf') format('truetype');
}