body, html{color: #000; 
font-family:  'Open Sans', century gothic, arial, helvetica, sans-serif;
font-size: 14px;
line-height: 20px;
background:#fff;
margin: auto;
scroll-behavior: smooth;
  --scrollbarBG: #fff;
  --thumbBG: #dadada;
}   


::-webkit-scrollbar {
  width: 5px;
}
body {
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}
::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG) ;
  border-radius: 6px;
  border: 0px solid var(--scrollbarBG);
}

a{text-decoration: none; color:#CA92EB; transition: color 0.3s linear;
   -webkit-transition: color 0.3s linear;
   -moz-transition: color 0.3s linear;}
a:hover{color:#F4D6A3;}



/* FONTES */
@font-face {
    font-family: 'Prata';
    src: url('https://espacocriativo.net/jsgeral/fontes/prata-regular-webfont.woff2') format('woff2'),
         url('https://espacocriativo.net/jsgeral/fontes/prata-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face{ 
	font-family: 'BebasNeue';
	src: url(https://espacocriativo.net/pgs/web/js/BebasNeue-webfont.eot);
	src: url(https://espacocriativo.net/pgs/web/js/BebasNeue-webfont.eot?iefix) format('eot'),
	     url(https://espacocriativo.net/pgs/web/js/BebasNeue-webfont.woff) format('woff'),
	     url(https://espacocriativo.net/pgs/web/js/BebasNeue-webfont.ttf) format('truetype'),
	     url(https://espacocriativo.net/pgs/web/js/BebasNeue-webfont.svg#webfont) format('svg');
}



#conteudo{width: 70%;
margin: auto;
}

/* ESTILOS TEXTOS */

.titulopost{font-family: 'Prata';
text-shadow: 0px 2px 2px #D3E5E7;
letter-spacing: 0.1em;
text-align:center;
font-size: 30px;
line-height: 35px;
text-transform:uppercase;
border-bottom:1px solid #000000;}

.data {text-align: right; display: block;padding: 0; margin: 0; font-size:12px; line-height: 26px; font-family:Century Gothic, verdana, helvetica, sans-serif; text-transform: uppercase; color: #F4D7A7;}

h2{color:#CA92EB;
font-size:18px;
line-height: 23px;
text-transform:uppercase;}