﻿
.logo {
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 800;
    font-size: 48px;
    display: inline-flex;
    align-items: baseline;
    line-height: 1;
}

.maju {
    color: #2E7D32; /* Dark Green */
    text-transform: uppercase;
    letter-spacing: -1px;
}

.e {
    color: #D32F2F; /* Red */
    font-size: 0.9em;
    position: relative;
    top: -2px;
}

.invoice {
    color: #1976D2; /* Blue */
    text-transform: uppercase;
    font-size: 0.8em;
    position: relative;
}

    .invoice::after {
        content: "";
        position: absolute;
        bottom: -5px;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #1976D2;
        border-radius: 2px;
    }

/* Optional: Add a subtle shadow for depth */
.logo {
    text-shadow: 1px 1px 3px rgba(0,0,0,0.1);
}
