@font-face
{
	font-family: 'Arial'; /*Same as Frutiger*/
	src: url('../../assets/fonts/arial.ttf');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

*
{
	font-family: 'Arial' !important;
}
/*========================================================================================*/

.tabMedia
{
	font-size: 15px !important;
    line-height: 25px !important;
    font-weight: normal !important;
}

h1, h2, h3, h4
{
	color: white;
    color: var(--main-font2-color);
}

h1
{
	font-size: 30px;
	font-weight: bold;
}

h2
{
	font-size: 100%;
	font-weight: bold;
}

h3
{
    font-weight: bold;
    font-size: 26px;
}

h4
{
	font-size: 22px;
}