html,body{margin:0;background:#F3EEE6;}
  #root{min-height:100vh;}
  *{box-sizing:border-box;}
  @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');
  body{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;}
  #__boot{position:fixed;inset:0;display:grid;place-items:center;color:#5B5670;font-family:system-ui,sans-serif;}
