/*
* Theme Name: Solis 2026
* Description:
* Theme URI: ngoliem
* Author: Lino ngo
* Version: 1.0
* Theme Author: NL
* Author URI: ngoliem
* Tags: basic, two-columns, post format
* Textdomain: ngoliem
* Languages Folder: /languages
*/
/* Default---------------------------------------------- */

html, body {
	height: 100%;
}
body {
	color: #000;
	font-family: 'din';
	background-color: #fff;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	min-width: 100%;
}

a, a:link, a:visited {
	cursor: pointer;
	text-decoration: none;
	color: #000;
}

a:hover, a:link:hover, a:visited:hover {
	opacity: 0.8;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	zoom: 1;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}


