@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

.arq-contagem {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    color: #21272A;
    line-height: 1.2;
}

.arq-contagem__num {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}

.arq-contagem__label {
    display: inline-block;
    margin-top: 8px;
    font-size: 18px;
    font-weight: 400;
    color: #697077;
}

@media (max-width: 768px) {
    .arq-contagem__label { font-size: 16px; }
}
