
@font-face
{
    font-family: 'Gatwick Sans'; /*Same as Frutiger*/
	src: url('../../assets/fonts/gatwick-sans.otf');
    font-weight: normal;
    font-style: normal;
}

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

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

h1, h2, h3, h4
{
	color: black;
    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;
}