﻿@import url(https://fonts.googleapis.com/earlyaccess/notosanssc.css);

body {
  font-family: 'Noto Sans SC', sans-serif;
}

input, select, textarea {
  font-family: 'Noto Sans SC', sans-serif;
}

@media screen and (min-width: 737px) {
  body, input, select, textarea {
    font-size: 14pt;
  }
}