/*
Theme Name: Gulch CRM Internal
Theme URI: https://gulchdistillers.com/
Author: Gulch Distillers
Description: Mobile-first internal CRM shell for the Gulch CRM plugin.
Version: 0.6.8
Text Domain: gulch-crm-internal
*/

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  background: #f6f7f4;
}

.gulch-theme-fallback {
  align-items: flex-start;
  box-sizing: border-box;
  color: #1f2933;
  display: flex;
  flex-direction: column;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  justify-content: center;
  min-height: 100vh;
  padding: 24px;
}

.gulch-theme-fallback h1,
.gulch-theme-fallback p {
  margin: 0;
}

.gulch-theme-fallback h1 {
  font-size: 34px;
}

.gulch-theme-fallback p {
  color: #64748b;
  line-height: 1.45;
  margin-top: 10px;
  max-width: 460px;
}

.gulch-theme-button {
  background: #0f766e;
  border-radius: 8px;
  color: #ffffff;
  font-weight: 800;
  margin-top: 18px;
  padding: 12px 16px;
  text-decoration: none;
}
