/*---------------------------------------------------------------------------------

 Theme Name:   anobiz
 Theme URI:    https://ano.biz
 Description:  
 Author:       Dino di Carlo
 Author URI:   https://www.intermenue.de
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

/* Standard-Stile */
@font-face {
  font-family: 'DINPro';
  src: url('/wp-content/themes/anobiz/fonts/dinpro.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'DINPro';
  src: url('/wp-content/themes/anobiz/fonts/dinpro_bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'DINPro';
  src: url('/wp-content/themes/anobiz/fonts/dinpro_black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'DINPro';
  src: url('/wp-content/themes/anobiz/fonts/dinpro_light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'DINPro';
  src: url('/wp-content/themes/anobiz/fonts/dinpro_medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'DINPro';
  src: url('/wp-content/themes/anobiz/fonts/dinpro_italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'DINPro';
  src: url('/wp-content/themes/anobiz/fonts/dinpro_bolditalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'DINPro';
  src: url('/wp-content/themes/anobiz/fonts/dinpro_blackitalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'DINPro';
  src: url('/wp-content/themes/anobiz/fonts/dinpro_lightitalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'DINPro';
  src: url('/wp-content/themes/anobiz/fonts/dinpro_mediumitalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}

/* Condensed-Stile */
@font-face {
  font-family: 'DINPro Condensed';
  src: url('/wp-content/themes/anobiz/fonts/dinpro_condensedregular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'DINPro Condensed';
  src: url('/wp-content/themes/anobiz/fonts/dinpro_condensedbold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'DINPro Condensed';
  src: url('/wp-content/themes/anobiz/fonts/dinpro_condensedblack.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'DINPro Condensed';
  src: url('/wp-content/themes/anobiz/fonts/dinpro_condensedlight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'DINPro Condensed';
  src: url('/wp-content/themes/anobiz/fonts/dinpro_condensedmedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'DINPro Condensed';
  src: url('/wp-content/themes/anobiz/fonts/dinpro_condenseditalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'DINPro Condensed';
  src: url('/wp-content/themes/anobiz/fonts/dinpro_condensedbolditalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'DINPro Condensed';
  src: url('/wp-content/themes/anobiz/fonts/dinpro_condensedblackitalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'DINPro Condensed';
  src: url('/wp-content/themes/anobiz/fonts/dinpro_condensedlightitalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'DINPro Condensed';
  src: url('/wp-content/themes/anobiz/fonts/dinpro_condensedmediumitalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}
body{
	font-family:'DINPro', sans-serif !important;
}
h1, h2, h3, h4, h5{
	font-family:'DINPro', sans-serif !important;
}