/*
 Theme Name:     microTOOL Divi Child
 Theme URI:      http://www.elegantthemes.com
 Description:    Child Theme for Divi Theme by Elegant Themes
 Template:       Divi
*/
 
/* =Ab hier kannst du deine CSS-Anpassungen eintragen
------------------------------------------------------- */

@font-face {
  font-family: 'Segoe UI';
  src: local("Segoe UI Light"), url("/wp-content/uploads/et-fonts/segoeuil.ttf");
  font-weight: 200;
  font-style: normal;
  font-display: optional;
}

@font-face {
  font-family: 'Segoe UI';
  src: local("Segoe UI Light Italic"), url("/wp-content/uploads/et-fonts/seguili.ttf");
  font-weight: 200;
  font-style: italic;
  font-display: optional;
}

@font-face {
  font-family: 'Segoe UI';
  src: local("Segoe UI Semilight"), url("/wp-content/uploads/et-fonts/segoeuisl.ttf");
  font-weight: 300;
  font-style: normal;
  font-display: optional;
}

@font-face {
  font-family: 'Segoe UI';
  src: local("Segoe UI Semilight Italic"), url("/wp-content/uploads/et-fonts/seguisli.ttf");
  font-weight: 300;
  font-style: italic;
  font-display: optional;
}

@font-face {
  font-family: 'Segoe UI';
  src: local("Segoe UI"), url("/wp-content/uploads/et-fonts/segoeui.ttf");
  font-weight: 400;
  font-style: normal;
  font-display: optional;
}

@font-face {
  font-family: 'Segoe UI';
  src: local("Segoe UI Italic"), url("/wp-content/uploads/et-fonts/segoeuii.ttf");
  font-weight: 400;
  font-style: italic;
  font-display: optional;
}

@font-face {
  font-family: 'Segoe UI';
  src: local("Segoe UI Semibold"), url("/wp-content/uploads/et-fonts/seguisb.ttf");
  font-weight: 600;
  font-style: normal;
  font-display: optional;
}

@font-face {
  font-family: 'Segoe UI';
  src: local("Segoe UI Semibold Italic"), url("/wp-content/uploads/et-fonts/seguisbi.ttf");
  font-weight: 600;
  font-style: italic;
  font-display: optional;
}

@font-face {
  font-family: 'Segoe UI';
  src: local("Segoe UI Bold"), url("/wp-content/uploads/et-fonts/segoeuib.ttf");
  font-weight: 700;
  font-style: normal;
  font-display: optional;
}

@font-face {
  font-family: 'Segoe UI';
  src: local("Segoe UI Bold Italic"), url("/wp-content/uploads/et-fonts/segoeuiz.ttf");
  font-weight: 700;
  font-style: italic;
  font-display: optional;
}

@font-face {
  font-family: 'Segoe UI';
  src: local("Segoe UI Black"), url("/wp-content/uploads/et-fonts/seguibl.ttf");
  font-weight: 900;
  font-style: normal;
  font-display: optional;
}

@font-face {
  font-family: 'Segoe UI';
  src: local("Segoe UI Black Italic"), url("/wp-content/uploads/et-fonts/seguibli.ttf");
  font-weight: 900;
  font-style: italic;
  font-display: optional;
}

body {
  font-family: 'Segoe UI', Segoe UI, Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 400 !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Segoe UI Bold', Segoe UI, Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 700 !important;
}
