/* ============================================================
   sorva-app.css · Twenty CRM (twenty.sorvatrade.com)
   SPA React/Emotion : on remappe les design tokens --t-* (stables)
   vers le cuivre Sorva. Pas de masquage par classe hashée (fragile).
   L'UI est déjà en Inter (conforme). Logo = à poser en natif (Settings).
   ============================================================ */

html, html.light, :root {
  --t-color-blue:    #b9905b;
  --t-color-blue1:  #faf6f0;
  --t-color-blue2:  #f3ead9;
  --t-color-blue3:  #e7ddc7;
  --t-color-blue4:  #ddcaa9;
  --t-color-blue5:  #d2b88c;
  --t-color-blue6:  #c8a677;
  --t-color-blue7:  #b9905b;
  --t-color-blue8:  #a87f4d;
  --t-color-blue9:  #b9905b;
  --t-color-blue10: #a87f4d;
  --t-color-blue11: #8c6638;
  --t-color-blue12: #5c4222;
  --t-border-radius-md: 12px;
  --t-box-shadow-light:  0 1px 2px rgba(31,36,48,.06), 0 1px 3px rgba(31,36,48,.04);
  --t-box-shadow-strong: 0 6px 24px rgba(31,36,48,.10), 0 2px 6px rgba(31,36,48,.06);
}
