@font-face {
	font-weight: 300;
    font-family: 'Muli';
    src: url("./Muli-Light.woff2") format('woff2');
}

@font-face {
    font-family: 'Muli';
	font-weight: 400;
    src: url("./Muli.woff2") format('woff2');
}

@font-face {
	font-weight: 600;
  	font-family: 'Muli';
  	src: url("./Muli-SemiBold.ttf") format('truetype');
}

@font-face {
	font-weight: 700;
  	font-family: 'Muli';
  	src: url("./Muli-Bold.ttf") format('truetype');
}

@font-face {
	font-weight: 800;
  	font-family: 'Muli';
  	src: url("./Muli-ExtraBold.ttf") format('truetype');
}

@font-face {
    font-family: 'Muli';
    font-weight: 900;
    src: url("./Muli-Black.woff2") format('woff2');
}



/*
https://developer.mozilla.org/pt-BR/docs/Web/CSS/font-weight#mapeamento_de_nomes_comuns_de_pesos
*/