@charset "UTF-8";

@font-face {font-family: "Arial Narrow";
            src: url("../fontes/ArialNarrow/ArialNarrow.eot");
            src: url("../fontes/ArialNarrow/ArialNarrow.eot?#iefix") format("embedded-opentype"),
                url("../fontes/ArialNarrow/ArialNarrow.woff") format("woff"),
                url("../fontes/ArialNarrow/ArialNarrow.ttf") format("truetype"),
                url("../fontes/ArialNarrow/ArialNarrow.svg#ArialNarrow") format("svg");
}

/*@import url('https://fonts.googleapis.com/css2?family=Play&display=swap');*/

body {
	font-family: 'Arial Narrow', 'Calibri', sans-serif;
}