/*
 * site1-palette.css
 * Reset ligero para páginas independientes de Bootstrap (welcome, stories).
 * Las variables CSS están definidas en site1-site.css (fuente única de verdad).
 */

/* ========== Minimal Reset (replaces Bootstrap base) ========== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: var(--pb-line-height);
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  font-family: var(--pb-font);
  font-size: 1rem;
  line-height: var(--pb-line-height);
  color: var(--pb-text);
  background: var(--pb-page-bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 600;
  line-height: 1.3;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img, svg {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

button, input, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

ul, ol {
  margin-top: 0;
  padding-left: 0;
  list-style: none;
}

strong, b {
  font-weight: 700;
}

[hidden] {
  display: none !important;
}
