/* define font family Polo 11 for Edis, SHNG and partly Bayernwerk */

@font-face {
  font-family: 'Polo11-Buch';
  src: url('./fonts/polo11-buch-webfont.woff2') format('woff2'),
    url('./fonts/polo11-buch-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Polo11-Halbfett';
  src: url('./fonts/polo11-halbfett-webfont.woff2') format('woff2'),
    url('./fonts/polo11-halbfett-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Polo11-Krftg';
  src: url('./fonts/polo11-krftg-webfont.woff2') format('woff2'),
    url('./fonts/polo11-krftg-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Polo11-Leicht';
  src: url('./fonts/polo11-leicht-webfont.woff2') format('woff2'),
    url('./fonts/polo11-leicht-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* Define font-family for Avacon */

@font-face {
  font-family: 'EONBrixSansBlack';
  src: url('./fonts/EON_BrixSansWeb-Black.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'EONBrixSansBold';
  src: url('../../assets/fonts/EON_BrixSansWeb-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'EONBrixSansRegular';
  src: url('./fonts/EON_BrixSansWeb-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

/* Define font-family for Bayernwerk */
@font-face {
  font-family: 'EONRegularFont';
  src: url('./fonts/eon-regular_font-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* Define font-family for Lechwerke-Verteilnetz */
@font-face {
  font-family: 'LechwerkeRegular';
  src: url('./fonts/Lechwerke-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'LechwerkeBold';
  src: url('./fonts/Lechwerke-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* Define font-family for Mitnetz */
@font-face {
  font-family: 'InnogyWEBRegular';
  src: url('./fonts/innogyWEB-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'InnogyWEBMedium';
  src: url('./fonts/innogyWEB-Medium.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'InnogyWEBLight';
  src: url('./fonts/innogyWEB-Light.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

