:root {
  color-scheme: dark;
}

html,
body,
#root {
  width: 100dvw;
  height: 100dvh;
  margin: 0;
  padding: 0;
  font-family: Manrope, serif;
  font-weight: 400;
  font-style: normal;
}

* {
  box-sizing: border-box;
}

@font-face {
  font-family: 'Manrope';
  src: url('./fonts/Manrope.ttf') format('truetype');
}
