:root {
  --text-high-emphasy: #0c2044;
  --text-medium-emphasy: #3d4d69;
  --color-primary: #febd30;
  --text-disabled: #b7bdc7;
  --color-background: #f5f6f8;
  --color-foreground: #ffffff;
}

.mainLayoutBody {
  background-color: var(--color-background);
}

.mainLayoutContainer {
  background-color: var(--color-foreground);
  border-radius: 11px;
  padding: 30px 0;
  margin-bottom: 30px;
}

@font-face {
  font-family: Humanist521BT-Roman;
  src: url('/fonts/Humanist/HUM521N.TTF') format('truetype');
  font-weight: normal;
  font-stretch: normal;
}

@font-face {
  font-family: Humanist521BT-Roman;
  src: url('/fonts/Humanist/HUM521B.TTF') format('truetype');
  font-weight: bold;
}
