/* Füge hier Dein eigenes CSS ein */
/* Here we are calling in our font we uploaded via FTP */
@font-face {
 font-family: Pragati;
 src: url('/wp-content/uploads/fonts/PragatiNarrow-Bold.ttf');
}


@font-face {
 font-family: Pragatithin;
 src: url('/wp-content/uploads/fonts/PragatiNarrow-Regular.ttf');
  
}

@font-face {
 font-family: Noto;
 src: url('/wp-content/uploads/fonts/NotoSerif-Regular.ttf');
  
}

body {
  color:#000000;
  font-family: Noto;
  font-size:17px;
  font-weight:300;
  line-height:150%;
}


/* Below we are choosing what to assign it to on our website */
Body {
 font-family: 'Noto' !important;
}

h1.page-title, h1.entry-title {
  font-family: Pragati;
  color:#000000;
  font-size:24px;
  line-height:110%;
  text-align:center;
  text-transform:uppercase;
}

h2 {
  color:#000000;
  font-family:Pragati;
  font-size:32px;
  font-weight:400;
  margin:20px 0;
  padding:0;
  text-transform:uppercase;
}

h2.entry-title a {
  color:#000000;
  font-size:32px;
  line-height:110%;
  text-decoration:none;
  text-transform:uppercase;
}
  
h3 {
  color:#000000;
  font-family:Pragati;
  font-size:32px;
  font-weight:400;
  margin:20px 0;
  text-transform:uppercase;
} 

 h3.entry-title {
  color:#000000;
  font-family:Pragati;
  font-size:26px;
  line-height:110%;
  text-decoration:none;
  text-transform:uppercase; 
  
}
.sf-menu a {
  color:#000000;
  font-family: Pragati;
  font-size:20px;
  font-weight:normal;
  padding:7px 15px;
  text-decoration:none;
  text-transform:uppercase;
  zoom:1;
}

.sf-menu ul li a, .sf-menu ul ul li a {
  color:#000000;
  font-size:18px;
  line-height:160%;
  text-transform:none;
}

if ( function_exists( 'pgntn_display_pagination' ) ) pgntn_display_pagination( 'multipage' );
