/* Business Forge brand tokens — generated from tokens.yaml. DO NOT EDIT BY HAND. */
/* Semantic var names (no vendor prefix), light-first fork (DN-7). */
:root {
  --primary: #CC4A1F;
  --primary-hover: #B84218;
  --primary-on-dark: #FF6A3A;
  --primary-on-dark-hover: #E55524;
  --secondary: #00D4B3;
  --primary-foreground: #FFFFFF;
  --foreground: #171A21;
  --background: #FFFFFF;
  --background-dark: #0F1115;
  --bg-alt: #F9FAFB;
  --muted-foreground: #4B5565;
  --muted: #E5E7EB;
  --border: #D1D5DB;
  --n900: #0F1115;
  --n800: #171A21;
  --n700: #1F2430;
  --n100: #D1D5DB;
  --n050: #E5E7EB;
  --destructive: #DC2626;
  --success: #16A34A;
  --warning: #D97706;
  --font-display: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-sans: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-mono: ui-monospace, monospace;
  --radius: 0.375rem;
}
