/* Import globally in your application. Fonts must be installed separately. */
:root {
  --lh-midnight: #172B3A;
  --lh-orange: #F97316;
  --lh-cream: #FFF8F0;
  --lh-slate: #64748B;
  --lh-action: #C2410C;
  --lh-font-heading: 'Manrope', system-ui, sans-serif;
  --lh-font-body: 'Inter', system-ui, sans-serif;
}
/* Use midnight text on bright orange; use white text on --lh-action. */
