@font-face {
    font-family: 'Telefonica';
    src: url('assets/fonts/Telefonica-Regular.ttf') format('truetype');
}
.titulo {
    text-align: center; 
    font-weight: 400; 
    font-size: 22px; 
    line-height: 24px;
    font-family: Telefonica;
    margin-top: 16px;
}
.sub-titulo {
    text-align: center; 
    font-weight: 400; 
    font-size: 16px; 
    line-height: 24px; 
    font-family: Roboto;
    color: #737578;
}