/* Tema Corporativo — Profesional, estable, sólido */
.theme-corporate {
  --font-family-base:        'DM Sans', 'Inter', system-ui, sans-serif;
  --font-family-heading:     'DM Sans', 'Inter', system-ui, sans-serif;
  --font-weight-heading:     700;
  --font-weight-base:        400;
  --letter-spacing:          -0.01em;
  --line-height:             1.55;

  --spacing-section:         5rem;
  --spacing-element:         1.25rem;

  --border-radius-sm:        0.25rem;
  --border-radius-md:        0.375rem;
  --border-radius-lg:        0.5rem;

  --shadow-sm:               0 1px 2px rgba(0,0,0,0.06);
  --shadow-md:               0 4px 6px rgba(0,0,0,0.1);
  --shadow-lg:               0 10px 15px rgba(0,0,0,0.1);

  --btn-padding-x:           1.25rem;
  --btn-padding-y:           0.65rem;
  --btn-font-weight:         600;
  --btn-transition:          150ms ease;

  --card-padding:            1.5rem;
  --card-gap:                1.5rem;

  --transition-speed:        150ms;
}
