/* This project's own _reset.scss (Eric Meyer reset, compiled into style.css)
   sets "font-size:100%" on html/body/small (and many other bare elements).
   style.css loads after jcb-cmn.css, so for these specific bare-element
   selectors (same specificity, later source) the reset wins and breaks
   jcb-cmn.css's 10px html-rem base, making the whole pulled-in header /
   footer / modal render at roughly 1.6x its intended size.
   This file is loaded last to restore the values jcb-cmn.css expects. */
html { font-size: 62.5% !important; }
body { font-size: 1.6rem !important; }
small { font-size: 80% !important; }
@media screen and (max-width:639px){
  body { font-size: 1.4rem !important; }
}
@media screen and (max-width:480px){
  body { font-size: 1.3rem !important; }
}
