/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 07 2022 | 18:06:09 */
@import url("https://indibit.de/wp-content/themes/Engrave-child/latofonts.css");

/*button, input, select, textarea,*/
div.notification,
html, body, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, cite, del, dfn, em, font, q, s, samp, strike, strong,
ol, ul, li, fieldset, form, label, legend, tbody, tfoot, thead, tr {
	font-family: LatoWeb, Helvetica, Arial, sans-serif;
}

/* ÜBERSCHRIFTEN FETT ohne Schatten*/
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
    text-shadow: none !important;
}

/*-----------------------------------------------------------------------------------------------*/
/* BLOG-SEITE und BLOG-POST */

/* Textfarbe anpassen */
/*div.entry-content { color: #555; } */
#main-core { color: #555; }

/* Text im Blocksatz anzeigen */
div.entry-content p, .one_half, .notification, ol { text-align: justify; }
td{ text-align: justify !important; }
ol, ul { margin-left: 40px; }