/*Custom Fonts ===========================================================================*/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap')

@font-face
{
    font-family: 'Istok Web', sans-serif; /*Same as Frutiger*/
	src: url('https://fonts.googleapis.com/css2?family=Istok+Web&display=swap');
    font-weight: normal;
    font-style: normal;
}

*
{
	font-family: 'Istok Web', sans-serif !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);
	margin: 0px;
}

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;
}