/*
Theme Name: Axolotl CRM Theme
Description: Minimal neutral WordPress theme shell for Axolotl CRM plugin pages.
Author: Axolotl
Version: 1.0.2
Text Domain: axolotl-crm-theme
*/

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  background: #f5f7f6;
  color: #0f172a;
}

img {
  max-width: 100%;
  height: auto;
}

/* Keep theme links neutral. CRM link/button styling is owned by the plugin. */
a {
  color: inherit;
  text-decoration: none;
}

/* Do not add CRM layout, card, table, nav, button, or color rules here.
   The plugin-owned CRM shell and plugin CSS should control all CRM UI. */