/* ============================================
   TradEdge Base Typography Standards
   Shared across all pages — minimum readable sizes
   ============================================ */

/* Base body */
body, html {
  font-size: 15px !important;
  line-height: 1.6 !important;
}

/* Input labels */
label {
  font-size: 14px !important;
}

/* Input fields */
input, select, textarea {
  font-size: 15px !important;
}

/* Tables */
table, td, th {
  font-size: 14px !important;
}
th {
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.3px !important;
}
tr {
  min-height: 44px !important;
  line-height: 1.6 !important;
}

/* Small/muted text — enforce minimum */
small, .small {
  font-size: 12px !important;
}

/* Nav links */
nav a, .nav-link {
  font-size: 14px !important;
}

/* Dropdown options */
option {
  font-size: 14px !important;
}
