@charset "utf-8";

/*

	CSS Document
	
	Version 21.0
	Modified: 09.09.2025
	
*/



/* = Tagebuch
----------------------------------------------- */



@font-face {
    font-family: 'clicker_scriptregular';
    src: url('/wp-content/uploads/fonts/clickerscript-regular-webfont.woff2') format('woff2'),
         url('/wp-content/uploads/fonts/clickerscript-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.tagebuch-post { 

	font-family: 'clicker_scriptregular', 'Arial Narrow', 'Avenir Next Condensed', sans-serif;
	font-weight: 400;
	line-height: 1.5;
	
	padding-bottom: 10;
	font-size: 40px;
	padding-bottom: 10px;
	text-decoration: none
}


.tagebuch-post a { 

	font-family: 'clicker_scriptregular', 'Arial Narrow', 'Avenir Next Condensed', sans-serif;
	font-weight: 400;
	line-height: 1.5;
	
	padding-bottom: 10;
	font-size: 22px;
	padding-bottom: 10px;
	text-decoration: none
		  font-weight: normal;
          font-style: normal;
}



/* = Tagebuch - ENDE
----------------------------------------------- */