/*  Encode SanS Variable Font 
*/
@font-face {
    font-family: 'EncodeSans';
    src: url('../fonts/encodesans/EncodeSans-VariableFont_wdth\,wght.ttf');
	font-weight: 100 900;
	font-stretch: 75% 125%;
	font-style: normal;
	font-display: swap;
}


/* Poltawsky Novy Variable Font 
*/
@font-face {
    font-family: 'Poltawsky';
    src: url('../fonts/poltawski_nowy/PoltawskiNowy-VariableFont_wght.ttf');
	font-weight: 100 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Poltawsky';
    src: url('../fonts/poltawski_nowy/PoltawskiNowy-Italic-VariableFont_wght.ttf');
	font-weight: 100 700;
	font-style: italic;
	font-display: swap;
}

/* RL Madena Variable Font 
*/
/* @font-face {
    font-family: 'Madena';
    src: url('../fonts/rl_madena/RL-Madena-Variable.ttf');
	font-weight: 100 900;
	font-style: normal;
	font-variant: normal;
	font-display: swap;
} */
@font-face {
    font-family: 'Madena';
    src: 	url('../fonts/rl_madena/RL-Madena.otf') format('embedded-opentype'), 
			url('../fonts/rl_madena/RL-Madena.woff2') format('woff2'),
			url('../fonts/rl_madena/RL-Madena.woff') format('woff');
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'MadenaOblique';
    src: 	url('../fonts/rl_madena/RL-Madena-Oblique.otf') format('embedded-opentype'), 
			url('../fonts/rl_madena/RL-Madena-Oblique.woff2') format('woff2'),
			url('../fonts/rl_madena/RL-Madena-Oblique.woff') format('woff');
	font-weight: 100 900;
	font-style: oblique italic;
	font-display: swap;
}

