/* Global scale guard.
   Bootstrap 3 defines html at 10px; project pages use rem-based custom CSS
   designed around a 16px root. Keep the whole site readable after Bootstrap. */
html {
    font-size: 16px !important;
}

body {
    font-size: 16px;
}

input,
button,
select,
textarea {
    font-size: inherit;
}

