/* @font-face {
  font-family: 'Antonio';
  src: url('../dist/assets/antonio-bold-webfont.woff2') format('woff2'),
    url('../dist/assets/antonio-bold-webfont.woff') format('woff');
} */

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

#root {
  width: 100%;
  height: 100%;
  background: white;
}
