<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS RESET */

a, abbr, acronym, address, applet, article, aside, audio,
b, blockquote, big, body,
center, canvas, caption, cite, code, command,
datalist, dd, del, details, dfn, dl, div, dt, 
em, embed,
fieldset, figcaption, figure, font, footer, form, 
h1, h2, h3, h4, h5, h6, header, hgroup, html,
i, iframe, img, ins,
kbd, 
keygen,
label, legend, li, 
meter,
nav,
object, ol, output,
p, pre, progress,
q, 
s, samp, section, small, span, source, strike, strong, sub, sup,
table, tbody, tfoot, thead, th, tr, tdvideo, tt,
u, ul, 
var{
	background: transparent;
	border: 0 none;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	list-style:none;
}
a { text-decoration:none; }
a:focus { outline:none; }

h1, h2, h3, h4, h5, h6 { font-weight: lighter; }


/* FONT FACE */

@font-face {
    font-family: 'light';
    src: url('fontes/light-webfont.eot');
    src: url('fontes/light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fontes/light-webfont.woff') format('woff'),
         url('fontes/light-webfont.ttf') format('truetype'),
         url('fontes/light-webfont.svg#ubuntulight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'regular';
    src: url('fontes/regular-webfont.eot');
    src: url('fontes/regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fontes/regular-webfont.woff') format('woff'),
         url('fontes/regular-webfont.ttf') format('truetype'),
         url('fontes/regular-webfont.svg#ubunturegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bold';
    src: url('fontes/bold-webfont.eot');
    src: url('fontes/bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fontes/bold-webfont.woff') format('woff'),
         url('fontes/bold-webfont.ttf') format('truetype'),
         url('fontes/bold-webfont.svg#ubuntubold') format('svg');
    font-weight: normal;
    font-style: normal;
}</pre></body></html>