/*
 * Editor styles for iNove TNG
 * Matches front-end typography so content looks the same in the block editor.
 */

body {
	font-family: Verdana, "Bitstream Vera Sans", Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -0.05em;
	color: #4C4C4C;
}

a {
	color: #2970A6;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin-bottom: 10px;
}

blockquote {
	background: #F4F5F7;
	border: 1px dashed #CCCCCC;
	padding: 8px 12px 8px 36px;
	margin: 5px 0;
}

pre {
	background: #F4F5F7;
	border: 1px dashed #CCCCCC;
	padding: 8px 12px;
	margin: 5px 0;
	font-size: 11px;
	overflow-x: auto;
}

table {
	background: #FFF;
	border: 2px solid #CCCCCC;
	border-collapse: collapse;
	margin: 5px 0 10px;
}

th, td {
	border: 1px solid #CCCCCC;
	padding: 3px 10px;
	text-align: left;
	vertical-align: top;
}

th {
	background: #EDEFF0;
}
