.spacer30 {
  height: 30px;
}

.spacer100 {
  height: 100px;
}

.background {
  height: 100vh;
}

.whiteText {
  color: #fff;
}

.MuiTableCell-root{
  border-bottom:none !important;
}

body {
  margin: 0 !important;
  padding: 0 !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
    monospace;
}

@font-face {
  font-family: "Campton-medium";
  src: url("Campton-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Campton-light";
  src: url("Campton-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Campton-bold";
  src: url("Campton-Bold.ttf") format("truetype");
}


