/* index.ejs styling */

html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;

  /* Native form controls (date pickers, scrollbars) and AG Grid's --ag-browser-color-scheme
   * both read this, so the app's dark/light choice lives in one place. */
  --theme-color-scheme: dark;

  color-scheme: var(--theme-color-scheme);
  --nav-height: 60px;
}

foundation-router {
  padding-top: 60px;
}

:not(:defined) {
  visibility: hidden;
}
