@import url('https://fonts.googleapis.com/css2?family=Arial:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Courier+Prime:wght@400;700&display=swap');

@font-face {
  font-family: 'HarveySerif';
  src: url(/assets/font/HarveySerif-normal-400-100.ttf);
  font-weight: normal;
  font-style: normal;
}
body {
  margin: 0;
  font-family: Arial, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-y: auto !important;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;
}

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

#root {
  padding-top: 80px;
  min-height: calc(100dvh - 80px) !important;
  min-height: -webkit-calc(100dvh - 80px);
  min-height: -moz-calc(100dvh - 80px);
  height: fit-content;
  /* background: inherit;s */
}

.text {
  color: gray;
  font-size: 1rem;
}

.centered,
.centered {
  text-align: center;
}

.h-100 {
  height: 100% !important;
}

.gmnoprint a,
.gmnoprint span {
  display: none;
}
.gmnoprint div {
  background: none !important;
}

.Toastify__toast-body {
  font-size: 12px;
  font-weight: bold;
  align-items: start !important;
}

.Toastify__toast-icon {
  width: 15px !important;
}
.Toastify__toast--error {
  background: #f55656 !important;
}
.Toastify__toast--error .Toastify__toast-body {
  color: white !important;
}

.Toastify__toast--error .Toastify__close-button {
  color: white;
}

.Toastify__toast--error .Toastify__toast-icon {
  border: 2px solid white;
  border-radius: 50%;
}

.Toastify__toast--error .Toastify__toast-icon svg {
  fill: white !important;
}

#root{
  text-align: left;
}

.logo {
  width: 100%;
  font-size:2em;
  font-family: 'HarveySerif';
  font-style: normal;
  font-weight: 400;
  line-height: 80px;
  /* identical to box height */
  text-align: center;

  color: #000000;
}