@font-face {
  font-family: Matter;
  src: url("./fonts/Matter-Regular.woff2") format("woff2"),
    url("./fonts/Matter-Regular.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: Matter;
  src: url("./fonts/Matter-SemiBold.woff2") format("woff2"),
    url("./fonts/Matter-SemiBold.woff") format("woff");
  font-style: normal;
  font-weight: 500;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: "icomoon";
  src: url("./fonts/icomoon.eot?qtkz3r");
  src: url("./fonts/icomoon.eot?qtkz3r#iefix") format("embedded-opentype"),
    url("./fonts/icomoon.ttf?qtkz3r") format("truetype"),
    url("./fonts/icomoon.woff?qtkz3r") format("woff"),
    url("./fonts/icomoon.svg?qtkz3r#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

html, body {
  font-family: Matter;
}