/* ── Lending Mentor brand tokens ─────────────────────────────
   Identity: "The Assessor's Pen" - slate ink, coral pen, Fraunces.
   The coral stroke is an assessor's annotation. Never use Lendology
   mint/navy or Loan Market aqua. --lm-* is the canonical namespace. */
:root {
  /* Core */
  --lm-ink:        #2E3A48;   /* slate - text, dark surfaces */
  --lm-ink-deep:   #232D38;   /* headers on dark, shadows */
  --lm-pen:        #FF6B5B;   /* coral - the assessor's pen. Accents, underlines, CTAs */
  --lm-pen-deep:   #E04E3E;   /* hover / pressed */
  --lm-pen-soft:   #FFE9E6;   /* coral wash backgrounds */

  /* Surfaces */
  --lm-paper:      #F7F5F1;   /* warm paper - page background */
  --lm-mist:       #EDF1F5;   /* cool panel background */
  --lm-card:       #FFFFFF;

  /* Text */
  --lm-text:       #232D38;
  --lm-text-mid:   #4E5A68;
  --lm-text-soft:  #8A94A3;   /* steel */
  --lm-border:     #DCE3EA;

  /* Type */
  --lm-serif: 'Fraunces', Georgia, serif;
  --lm-sans:  'Inter', -apple-system, sans-serif;

  /* Shape & motion */
  --lm-r-sm: 8px; --lm-r-md: 12px; --lm-r-lg: 16px;
  --lm-shadow: 0 2px 12px rgba(35,45,56,.08);
  --lm-shadow-lg: 0 12px 32px rgba(35,45,56,.12);
  --lm-ease: cubic-bezier(0.2, 0.8, 0.2, 1);
}
