@layer mantine, mantine-datatable;

:root {
  --font-inter: inter, system-ui, -apple-system, sans-serif;
}

html, body {
  width: 100%;
  height: 100%;
}

body {
  font-family: var(--font-inter), sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

@media (prefers-color-scheme: light) {
  html {
    color-scheme: light;
  }
}

:root {
  --orange600: #fca400;
  --orange800: #f28d00;
  --header-height: 64px;
  --footer-height: 48px;
  --box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000a;
  --box-shadow-big: 0 1px 3px 0 #0000000a, 0 4px 16px 0 #00000014;
}


/*# sourceMappingURL=index.css.map*/