/* ==========================================================================
   White Label Stylesheet: default
   Generated: 2026-03-05T19:51:13+00:00
   DO NOT EDIT - This file is auto-generated. Edit branding config instead.
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@600;700&display=swap');

/* Brand Color Variables */
:root {
  /* Primary palette */
  --color-brand-primary: #36970c;
  --color-brand-primary-hover: #30870a;
  --color-brand-primary-dark: #3ead0d;
  --color-brand-primary-dark-hover: #46c40f;
  --color-brand-primary-text: #ffffff;

  /* Secondary palette */
  --color-brand-secondary: #6c757d;
  --color-brand-secondary-hover: #616970;
  --color-brand-secondary-dark: #7c868f;
  --color-brand-secondary-dark-hover: #8c98a2;

  /* Typography */
  --font-heading: 'Inter', sans-serif;
  --font-body: 'Inter', sans-serif;

  /* Border Radius (default preset) */
  --radius-card: 1.5rem;
  --radius-panel: 1rem;
  --radius-button: 9999px;
  --radius-input: 0.75rem;
  --radius-badge: 0.75rem;
}
