/* app-override.css */
/* Scales all typography +10% on top of app.css */

html { font-size: 125%; }

/* Headings */
h1, .uk-h1 { font-size: 125% !important; }
h2, .uk-h2 { font-size: 125% !important; }
h3, .uk-h3 { font-size: 125% !important; }
h4, .uk-h4 { font-size: 125% !important; }
h5, .uk-h5 { font-size: 125% !important; }
h6, .uk-h6 { font-size: 125% !important; }

/* Buttons */
.uk-button, .uk-button-default, .uk-button-primary, .uk-button-secondary,
.uk-button-danger, .uk-button-small, .uk-button-large, .uk-button-text,
.uk-button-link {
  font-size: 125% !important;
}

/* Forms */
.uk-form-label, .uk-input, .uk-select, .uk-textarea,
.uk-form-small, .uk-form-large {
  font-size: 125% !important;
}

/* Navigation & UI */
.uk-pagination, .uk-nav, .uk-navbar-nav, .uk-subnav, .uk-accordion-title,
.uk-card-title, .uk-modal-title {
  font-size: 125% !important;
}
