html,body{min-height:100%}#app{}

    * { box-sizing: border-box; }
    body { margin: 0; background: #FBFAF7; -webkit-font-smoothing: antialiased; }
    a { color: #8A5526; text-decoration: none; }
    a:hover { color: #B8763A; }
    ::selection { background: #F5E9DC; }
    input[type=range] { accent-color: #B8763A; }
    .tab { font-variant-numeric: tabular-nums; }
  
