/* Entregas Express — v3 Red */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 76px; }
body { font-family: 'Outfit', sans-serif; color: #2d2d2d; background: #fff; line-height: 1.7; overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img { max-width: 100%; display: block; }
.wrap { max-width: 1200px; margin: 0 auto; padding: 0 28px; }
:root { --primary: #a81e2d; --primary-light: #c0283a; --primary-pale: #fdedef; --accent: #1a1a1a; --accent-light: #333; --dark: #111; --text: #4a4a4a; --text-light: #7c7c7c; --border: #e4e4e4; --bg-alt: #faf8f8; --white: #fff; --radius-sm: 8px; --radius-md: 14px; --radius-lg: 20px; }
h1,h2,h3,h4,h5 { font-weight: 700; color: var(--dark); line-height: 1.25; }
