/* tp.css — TruckerProfit admin panel brand tokens (stub) */
:root{--tp-navy:#0F1B38;--tp-orange:#F46A2D;--tp-cream:#F5F0E6;--tp-text:#F5F0E6;--tp-bg:#0F1B38}
body{background:var(--tp-bg);color:var(--tp-text);font-family:system-ui,sans-serif}
.btn-primary{background:var(--tp-orange);color:#fff;border:0;padding:10px 18px;border-radius:8px;font-weight:700;cursor:pointer}
.btn-primary:hover{background:#e25416}
.brand img{height:40px}
