@font-face {
    font-family: "Poppins-Black";
    src: url("../fontes/Poppins-Black.ttf");
}

@font-face {
    font-family: "Poppins-Light";
    src: url("../fontes/Poppins-Light.ttf");
}

@font-face {
    font-family: "Poppins-Bold";
    src: url("../fontes/Poppins-Bold.ttf");
}

@font-face {
    font-family: "Poppins-Medium";
    src: url("../fontes/Poppins-Medium.ttf");
}

@font-face {
    font-family: "Poppins-SemiBold";
    src: url("../fontes/Poppins-SemiBold.ttf");
}

@font-face {
    font-family: "Poppins-Regular";
    src: url("../fontes/Poppins-Regular.ttf");
}


@font-face {
    font-family: "OpenSans-Regular";
    src: url("../fontes/OpenSans-Regular.ttf");
}
 

  
.font-bold{
    font-weight: bold !important;
    font-family: "Poppins-Bold";
    font-size: 36px;
}

.font-light{ 
    font-family: "Poppins-Light";
    font-size: 55px;
    border-bottom-style: solid;
}

.title{
    font-weight: bold !important;
    font-family: "Poppins-Bold";
    color: #007744 !important;
}

div.numeros-grande {
  font-family: "Poppins-Bold", Cursive; 
}

div.numeros-pequeno {
  font-family: "Poppins-Regular", Cursive; 
}
