/************************************/
/*  FONTS INTIALIZATION  */
/*/************************************\ */

@font-face {
    font-family: 'Mark-bold';
    src: url('../woff2/markbold-webfont.woff2') format('woff2'), url('../woff/markbold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;

}

@font-face {
    font-family: 'Mark-thin';
    src: url('../woff2/markthin-webfont.woff2') format('woff2'), url('../woff/markthin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Mark-light';
    src: url('../woff2/marklight-webfont.woff2') format('woff2'), url('../woff/marklight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Mark-medium';
    src: url('../woff2/markmedium-webfont.woff2') format('woff2'), url('../woff/markmedium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Mark-regular';
    src: url('../woff2/markregular-webfont.woff2') format('woff2'), url('../woff/markregular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}