/*
Theme Name:  BarrierTrack
Description: Custom theme for BarrierTrack inspection management system.
Version:     1.0.0
Author:      Barrier Technologies
Text Domain: barriertrack
*/

/* ── Base typography ──────────────────────────────────────────
   Open Sans is the site-wide font. Set on body so it inherits to
   all text; form controls are listed because they don't inherit
   the font by default. Intentionally NOT using "body *" so icon
   fonts (dashicons, Font Awesome, eicons, revicons) keep their
   own font-family and render correctly. */
body,
button,
input,
select,
optgroup,
textarea {
    font-family: "Open Sans", sans-serif;
}
