/**
 * Theme Name:     sarah-kullik
 * Author:         Sabine Schneider
 * Template:       twentysixteen
 * Text Domain:	   sarah-kullik
 * Description:    sarah-kullik
 */

@font-face {
  font-family: 'ZillaSlab';
  font-weight: normal;
  font-style: normal;
  src: url('fonts/ZillaSlab-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'ZillaSlab';
  font-weight: normal;
  font-style: italic;
  src: url('fonts/ZillaSlab-Italic.ttf') format('truetype');
}
@font-face {
  font-family: 'ZillaSlab';
  font-weight: bold;
  font-style: normal;
  src: url('fonts/ZillaSlab-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'ZillaSlab';
  font-weight: bold;
  font-style: italic;
  src: url('fonts/ZillaSlab-BoldItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'ZillaSlab';
  font-weight: light;
  font-style: normal;
  src: url('fonts/ZillaSlab-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'ZillaSlab';
  font-weight: light;
  font-style: italic;
  src: url('fonts/ZillaSlab-LightItalic.ttf') format('truetype');
}
* {
  font-family: 'ZillaSlab' !important;
}
p, .main-navigation  a{
  font-size: 18px;
}
.widget_block p , .widget_block li {
  font-size: 16px !important;
}
.site-title {
  display: flex;
  align-items: center;
}
.site-title::before {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(img/dots.jpg);
  background-size: 100% auto;
  margin-right: 12px;
}
.widget {
  border-top: 2px solid #1a1a1a;
}

.entry-content 
h1 {

font-size: 
1.4375rem 
!important;

}


.entry-content 
p {

font-size: 
1.2rem 
!important;

}


.entry-content 
li {

font-size: 
1.2rem 
!important;

}
