@import "./home.css";
@import "./category-tags-carousel.css";
@import "./barra-pesquisa.css";
@import "./dynamic-list.css";
@import "./article-card.css";

.tag {
	font-weight: bold; margin-right: 1em;
}

.value {
	font-family: monospace;
}

.pre {
	font-family: monospace; white-space: pre;
}


.total-itens{
    font-size: 16px;
    font-family: 'oxygen-regular';
    color: #5b5b5f;
}

.itens-pesquisa{
    font-size: 24px;
    font-family: 'oxygen-bold';
}