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

/* Montserrat Variable Font */
@font-face {
  font-family: 'Montserrat';
  src: url('fonts/Montserrat/Montserrat-VariableFont_wght.ttf') format('truetype-variations');
  font-weight: 100 900;
  /* Range from Thin (100) to Black (900) */
}

/* Open Sans Variable Font */
@font-face {
  font-family: 'Open Sans';
  src: url('fonts/Open_Sans/OpenSans-VariableFont_wdth,wght.ttf') format('truetype-variations');
  font-weight: 100 900;
  /* Range from Thin (100) to Black (900) */
}