/*! 
Theme Name: WEH Steuerberatung Theme
Theme URI: https://julian-gapp.de
Author: Julian Gapp
Author URI: https://julian-gapp.de 
Description: Theme developed by Julian Gapp
Version: 1.0
Text Domain: weh
License: Copyright Julian Gapp
*/
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
*, *::before, *::after {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
