/*-- //fontes --*/

@font-face {
font-family: "Brush";
src: local(Brush), url("../fonts/brush.ttf");
 }

@font-face {
font-family: "Comfortaa";
src: local(Comfortaa), url("../fonts/comfortaa.ttf");
 }

#nome {
   font-family: "Brush";
   font-size: 40px;
   margin-top: -0px;
   color: #B5E51D;
 }

#oficial {
   font-family: "Comfortaa";
   font-size: 15px;
   margin-top: -10px;
   color: #B5E51D;
 }

#texto {
   font-family: "Comfortaa";
   font-size: 15px;
   color: #000000;
 }

#titulo {
   font-family: "Comfortaa";
   font-size: 25px;
 }

#titulo_rodape {
   font-family: "Comfortaa";
   font-size: 15px;
 }

#titulo_rodape_rede {
   font-family: "Comfortaa";
   font-size: 21px;
 }

#titulo_pagina {
   font-family: "Comfortaa";
   font-size: 20px;
   font-weight: 600;
 }

#titulo_diversao {
   font-family: "Comfortaa";
   font-size: 20px;
   font-weight: 600;
 }

/*-- //fontes --*/