@import url("//hello.myfonts.net/count/36949c");

@font-face {
  font-family: "SupriaSans-BlackOblique";
  src: url("webfonts/36949C_0_0.eot");
  src: url("webfonts/36949C_0_0.eot?#iefix") format("embedded-opentype"),
    url("webfonts/36949C_0_0.woff2") format("woff2"),
    url("webfonts/36949C_0_0.woff") format("woff"),
    url("webfonts/36949C_0_0.ttf") format("truetype");
}

body {
  display: grid;
  height: 100vh;
  margin: 0;
  align-items: center;
  justify-content: center;
  place-items: center center;
  font-family: SupriaSans-BlackOblique, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
    sans-serif;
  font-size: 3.5em;
}
