:root {
  --font-display: "Bricolage Grotesque", system-ui, sans-serif;
  --font-body: "IBM Plex Sans", system-ui, sans-serif;

  /* Marca iOfertas */
  --accent: #4e73df;
  --accent-hover: #3d63d0;
  --accent-dark: #2e59b8;
  --accent-soft: rgba(78, 115, 223, 0.12);
  --accent-glow: rgba(78, 115, 223, 0.28);

  --bg: #f6f7fb;
  --bg-elevated: #ffffff;
  --bg-muted: #eef1f8;

  --text: #14171f;
  --text-secondary: #4b5568;
  --text-tertiary: #7a8494;

  --border: rgba(20, 23, 31, 0.08);
  --border-strong: rgba(20, 23, 31, 0.14);

  --shadow-sm: 0 1px 2px rgba(20, 23, 31, 0.04);
  --shadow-md: 0 8px 30px rgba(78, 115, 223, 0.08);
  --shadow-lg: 0 24px 60px rgba(46, 89, 184, 0.12);

  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 22px;
  --radius-full: 999px;

  --header-h: 72px;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --duration: 0.45s;
}
