@font-face {
  font-family: "Boston";
  src: url("./fonts/BostonRegular400.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Boston";
  src: url("./fonts/BostonBlack800.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Boston";
  src: url("./fonts/BostonSemiBold600.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Boston";
  src: url("./fonts/BostonHeavy900.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

body {
  font-family: 'Boston', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
}
