@font-face {
  font-family: 'TradeGothicNext';
  font-display: swap;
  src: url(./assets/fonts/0340eb6f-5d92-4795-86c6-fc943df56489.ttf);
  /* other formats include: 'woff2', 'truetype, 'opentype', 'embedded-opentype', and 'svg' */
}

@font-face {
  font-family: 'TradeGothicNext';
  font-display: swap;
  src: url(./assets/fonts/610f4721-ca04-47a7-b197-351bd1c2f27e.ttf);
  font-weight: bold;
  /* other formats include: 'woff2', 'truetype, 'opentype', 'embedded-opentype', and 'svg' */
}

body, html, .App, #root {
  margin: 0;
  font-family: 'TradeGothicNext', BlinkMacSystemFont, 'Segoe UI', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans',
    sans-serif;
  /* -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; */

  height:100%;
  width:100%;
  padding: 0;
  margin: 0;

}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

#demand_input_field::placeholder {
  color: DarkGray;
  font-size: 0.95em;
}

#demand_label {
  position: absolute;
  right: 40px;
  top: 10px;
  color: DarkGray;
}



