/* Basic styling for One Earth Invoice Generator */
.invoice-wrapper {
    font-family: 'Arial', sans-serif;
    color: #000;
}
.invoice-wrapper h1 {
    color: #2a8b3d;
}
