/* Legal Disclosure Page Styles */

/* Page background */
body {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 50%, #ffffff 100%) !important;
    background-attachment: fixed !important;
    max-width: 100vw;
    overflow-x: hidden;
    color: #333;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    margin: 0;
    padding: 0;
}
