/* Matteria — design tokens
   Paleta consolidada en tiendas.matteria.es y gestiona.matteria.es.
   Reutilizar en matteria.es para coherencia entre los 3 dominios. */

:root {
  /* Color */
  --primary:       #0a2540;
  --primary-dark:  #061a30;
  --primary-soft:  #1a365d;
  --accent:        #ff6b35;
  --accent-soft:   #ffedd5;

  /* Surface */
  --bg:            #ffffff;
  --bg-soft:       #f8fafc;

  /* Text */
  --text:          #0f172a;
  --text-soft:     #475569;
  --text-mute:     #64748b;

  /* Lines */
  --border:        #e2e8f0;

  /* Elevation */
  --shadow-sm:     0 2px 8px  rgba(15,23,42,.06);
  --shadow:        0 6px 18px rgba(15,23,42,.10);
  --shadow-lg:     0 16px 44px rgba(15,23,42,.16);

  /* Geometry */
  --radius:        14px;
  --container:     1180px;
}
