﻿h1, h2, h3, h4, h5, h6, p, span, div, body, html {
  font-family: century-gothic, sans-serif !important;
}

h1, h2, h3 {
  margin-bottom: 1.5rem !important;
}

h6 {
  color: #ACACAC !important;
}

h2 {
  font-size: 2rem !important;
}

h3 {
  font-size: 2rem !important;
}

h5 {
  font-size: 1rem !important;
}

.color-white {
  color: #ffffff !important;
}

.color-grey {
  color: #6E6E6E !important;
}

#startup-loader .mud-progress-circular {
  color: #60BB46 !important;
}

#app {
  min-height: calc(100vh - var(--mud-appbar-height)) !important;
  background: linear-gradient(#F6F6F6, #E1E1E1) no-repeat;
}
