@font-face {
  font-family: 'Fjalla One';
  src: url(./fonts/fjalla-one/fjalla-one-latin-400-normal.woff2) format('woff2');
  font-weight: 400;
  font-display: block;
}
@font-face {
  font-family: 'Nunito Sans';
  src: url(./fonts/nunito-sans/nunito-sans-latin-400-normal.woff2)
    format('woff2');
  font-weight: 400;
  font-display: block;
}
@font-face {
  font-family: 'Roboto';
  src: url(./fonts/roboto/roboto-latin-300-normal.woff2) format('woff2');
  font-weight: 300;
  font-display: block;
}
@font-face {
  font-family: 'Roboto';
  src: url(./fonts/roboto/roboto-latin-400-normal.woff2) format('woff2');
  font-weight: 400;
  font-display: block;
}
@font-face {
  font-family: 'Roboto';
  src: url(./fonts/roboto/roboto-latin-500-normal.woff2) format('woff2');
  font-weight: 500;
  font-display: block;
}
@font-face {
  font-family: 'Roboto';
  src: url(./fonts/roboto/roboto-latin-700-normal.woff2) format('woff2');
  font-weight: 700;
  font-display: block;
}
html,
body,
#root,
#root > div {
  height: 100%;
}
#root,
#root > div {
  font-size: 14px;
  font-family: 'Roboto';
}
