/* Fonts */
	
h1{
	width: max-content;
	font-size: 1.1rem;
	font-weight: 500;
	margin: 0;
	padding: 0;
}

h1 .fa{
	font-size: 1.1rem;
    color: black;
}

h2{
	font-size: 1rem;
	font-weight: 500;
	margin: 0;
	padding: 0;
}

h3{
	font-size: 0.8rem;
	font-weight: 500;
	margin: 0;
	padding: 0;
}

h4{
	font-size: 0.75rem;
	font-weight: 500;
	margin: 0;
	padding: 0;
}

.text-infinite {
    display: block;
    max-height: 24px;
    line-height: 24px;
    overflow: hidden;
    position: relative;
    word-break: break-all;
    text-overflow: ellipsis;
    max-width: revert-layer;
}