@font-face {
  font-family: 'RobotoBold';
  src: url('../../assets/fonts/Roboto/Roboto-Bold.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'RobotoBlack';
  src: url('../../assets/fonts/Roboto/Roboto-Black.ttf') format('truetype');
   font-display: swap;
}

@font-face {
  font-family: 'RobotoRegular';
  src: url('../../assets/fonts/Roboto/Roboto-Regular.ttf') format('truetype');
   font-display: swap;
}

@font-face {
  font-family: 'RobotoLight';
  src: url('../../assets/fonts/Roboto/Roboto-Light.ttf') format('truetype');
   font-display: swap;
}

@font-face {
  font-family: 'RobotoThin';
  src: url('../../assets/fonts/Roboto/Roboto-Thin.ttf') format('truetype');
   font-display: swap;
}  
  
  /* MAIS LIDAS */
        .ranking-number {
    font-size: 2.5rem;
    font-weight: 300;
    color: #ced4da; /* Cinza claro igual da imagem */
    line-height: 1;
    margin-right: 15px;
    font-family: 'RobotoRegular', sans-serif;
  }
  .news-title {
    color: var(--menu-rodape-cor); /* Seu azul do logo */
    font-weight: 600;
    text-decoration: none;
    font-size: 0.95rem;
    line-height: 1.3;
    display: block;
  }
  .news-title:hover {
    color: var(--primaria-cor) !important;
    text-decoration: underline;
  }
  .ranking-item {
    padding: 15px 0;
    border-bottom: 1px solid #eeeeee;
  }
  .ranking-item:last-child {
    border-bottom: none;
  }