:root {rn --primary-red: #d90429;rn --primary-hover: #ef233c;rn --accent-yellow: #ffb703;rn --accent-orange: #fb8500;rn --dark-navy: #1d3557;rn --text-main: #2b2d42;rn --text-muted: #6c757d;rn --bg-light: #f8f9fa;rn --white: #ffffff;rn --card-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);rn --transition: all 0.3s ease;rn}rnrn.pizza-site-wrapper {rn box-sizing: border-box;rn margin: 0;rn padding: 0;rn font-family: 'Segoe UI', Arial, sans-serif;rn background: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), rn url('https://pizzagederak-h.co.il/wp-content/uploads/2026/07/WhatsApp-Image-2026-07-24-at-11.28.53.jpeg') center/cover fixed no-repeat;rn color: var(--text-main);rn direction: rtl;rn text-align: right;rn line-height: 1.6;rn width: 100%;rn}rnrn.pizza-site-wrapper * {rn box-sizing: border-box;rn}