@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@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: SeatBCN;
  src: url("./fonts/SEATBCN-Regular.woff2") format("woff2"),
    url("./fonts/SEATBCN-Regular.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  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: Inter;
  font-weight: 400;
  font-optical-sizing: auto;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  /* Makes text thinner on macOS */
  -moz-osx-font-smoothing: grayscale;
  /* Affects Firefox on macOS */
  text-rendering: optimizeLegibility;
  /* May help with letter spacing */
}