/*
Theme Name: FlexRouteX Theme
Theme URI: https://flexroutex.local
Author: FlexRouteX
Description: Full-screen dashboard theme for FlexRouteX (company + driver dashboards).
Version: 1.0.0
Text Domain: flexroutex
*/

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body.frx-full-layout {
  background: #020617;
  color: #e5e7eb;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a { color: inherit; text-decoration: none; }
button, input, select { font-family: inherit; }
