body {
  margin: 0;
  font-family: "FSP DEMO - Greycliff CF Medium", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html,
body,
#root {
  margin: 0;
  padding: 0;
  height: 100%;
}

/* Optional but recommended: match your app background */
body {
  background-color: #2D2E2F; /* or your ColorPallet.dark_grey value */
}

/* Also make sure #root itself isn’t white */
#root {
  background-color: #2D2E2F; /* same as above */
}
/* NEED TO GET ACTUAL FONT URLS, BELOW IS JUST A DEMO */

/* @font-face {
    font-family: "FSP DEMO - Greycliff CF Medium";
    src: url("https://db.onlinewebfonts.com/t/17a61fa0b9ca3157dd226a5a5672e703.eot");
    src: url("https://db.onlinewebfonts.com/t/17a61fa0b9ca3157dd226a5a5672e703.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/17a61fa0b9ca3157dd226a5a5672e703.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/17a61fa0b9ca3157dd226a5a5672e703.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/17a61fa0b9ca3157dd226a5a5672e703.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/17a61fa0b9ca3157dd226a5a5672e703.svg#FSP DEMO - Greycliff CF Medium")format("svg");
} */
