/* Tailwind CSS Base Styles */
*, ::before, ::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}

body {
  margin: 0;
  line-height: inherit;
}

/* Phoenix Custom Classes */
.phoenix-blue { color: #0075C1 !important; }
.phoenix-blue-bg { background-color: #0075C1 !important; }
.phoenix-hover:hover { background-color: #005a94 !important; }

/* Bootstrap compatibility classes */
.btn-phoenix {
  background-color: #0075C1;
  border-color: #0075C1;
  color: white;
}
.btn-phoenix:hover {
  background-color: #005a94;
  border-color: #005a94;
}

/* Utility classes */
.text-phoenix { color: #0075C1; }
.bg-phoenix { background-color: #0075C1; }
.border-phoenix { border-color: #0075C1; }
