﻿/* Terms & privacy page: readable typography for the site and for the fridge's terms window. */
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; padding: 24px 20px 48px; font-family: "Heebo", "Segoe UI", system-ui, Arial, sans-serif; color: #0F1622; background: #fff; line-height: 1.7; direction: rtl; }
body > form > div, .terms-wrap { max-width: 860px; margin: 0 auto; font-size: 16px; }
h1, h2, h3, strong { color: #0F1622; }
a { color: #B84512; }
p { margin: 0 0 10px; }
@media (max-width: 600px) { body { padding: 16px 14px 40px; } body > form > div, .terms-wrap { font-size: 15px; } }
