@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:wght@300;500&display=swap');

html, body {
  font-family: 'Inter Tight', sans-serif;
}

@font-face {
  font-family: "PP Neue Montreal";
  src: local("Inter Tight"), url("https://fonts.gstatic.com/s/intertight/v7/LuB1423X22Iis3993P2423M3qGzI48Q20pI.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "PP Neue Montreal";
  src: local("Inter Tight"), url("https://fonts.gstatic.com/s/intertight/v7/LuB1423X22Iis3993P2423M3qGzI0sQ20pI.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}