@font-face { font-family: 'NotoSans'; src: url('/static/NotoSans.e30fe55b.woff2') format('woff2'); font-weight: 350; font-style: normal; }
*, *:before, *:after { box-sizing: inherit; }
input { box-sizing: border-box; }
html {
  box-sizing: border-box;
  font-family: 'NotoSans';
  font-variant-numeric: tabular-nums;
  font-size: 24px;
}
table { border-collapse: collapse; }
textarea { 
  field-sizing: content;
  min-height: 40px;
  resize: none;
}
input:not([type]) { 
  field-sizing: content;
}
input, textarea, select {
  font-size: 24px;
}
h1 {
  font-size: 40px;
}