/* Android App Specific CSS */
/* Utilizes body class android-webview */
/* Overrides defaults in main.css only if necessary */

.android-webview * {
    font-size: 0.8rem; /* This scales everything down by setting a new base size */
}

.android-webview h1 {
    font-size: 1.5rem;
}
.android-webview h2 {
    font-size: 1.3rem;
}
.android-webview h3 {
    font-size: 1.1rem;
}
