/*
Theme Name: ACCESS Impact
Theme URI: https://access-impact.thatworx.net
Author: ThatWorx Web Services
Description: Custom application shell for ACCESS Impact Field Services & Outcomes.
Version: 0.1.0
Text Domain: access-impact
*/

:root {
  --ai-blue: #1CA8D8;
  --ai-green: #8CC63E;
  --ai-navy: #17324D;
  --ai-bg: #F8FAFB;
  --ai-text: #17324D;
}

html, body {
  margin: 0;
  padding: 0;
  background: var(--ai-bg);
  color: var(--ai-text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }

body.access-impact-theme {
  min-height: 100vh;
}

.ai-theme-shell {
  min-height: 100vh;
}
