/* Design tokens extraits du design system Webflow (Untitled UI) */
:root {
  /* Couleurs primaires */
  --color-primary:     #4e5ba6; /* --primary500 */
  --color-primary-dark: #363f72; /* --primary700 */

  /* Texte */
  --color-text:        #121926; /* --gray900 */
  --color-text-muted:  #4b5565; /* --gray600 */
  --color-text-subtle: #697586; /* --gray500 */

  /* Surfaces */
  --color-bg:          #ffffff;
  --color-bg-subtle:   #f8f9fc; /* --primary50 */
  --color-border:      #cdd5df; /* --gray300 */

  /* Feedback */
  --color-error:       #b42318; /* --error700 */
  --color-success:     #027a48; /* --success700 */

  /* Typographie */
  --font-heading:      'Plus Jakarta Sans', sans-serif;
  --font-body:         'Inter', sans-serif;
}
