@font-face {
  font-family: 'Nunito';
  src:
    url('/assets/Nunito-VariableFont_wght-707f6b33.ttf') format('truetype'),
    url('/assets/Nunito-Italic-VariableFont_wght-800f695d.ttf') format('truetype');
  font-weight: 100 900;
}

html,
body,
#root,
:root {
  height: 100%;
}

:root {
  line-height: 1.5;
  font-weight: 400;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
