@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@500;600&family=Inter:wght@400;500;600;700;800&display=swap');

html {
  min-height: 100%;
  background: #f4f3ec;
}

body {
  min-height: 100%;
}

#root:empty {
  min-height: 100vh;
  background: linear-gradient(135deg, #f4f3ec 0%, #edf3df 100%);
}
