/*
 Theme Name:   Twenty Twenty-One Child - Legal Documentation
 Theme URI:    https://example.com/legal-docs
 Description:  Child theme of Twenty Twenty-One for legal documentation template.
 Author:       Jalees Ahmad
 Author URI:   https://example.com
 Template:     twentytwentyone
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  twentytwentyone-legal-docs-child
*/

/* Add your custom styles below */
body {
    background-color: #f7f7f7;
}

.legal-docs-title {
    font-size: 2rem;
    color: #1d1d1d;
    margin-bottom: 10px;
}

.legal-docs-wrapper {
    max-width: 1140px;
    margin: auto;
    padding: 20px;
}
