/* Custom header styles — White Cube: pixel signage, mint on hover */
.custom-header-container {
    width: 100%;
    margin: 0;
    padding: 0;
}

.custom-header {
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Press Start 2P", monospace;
    font-size: 10px;
    line-height: 1.6;
}

.custom-header a {
    color: #0a0a0a;
    text-decoration: none;
    padding: 4px 6px;
}

.custom-header a:hover {
    background: #ddffe7;
}

/* Custom footer styles */
.custom-footer {
    text-align: center;
    font-family: "Press Start 2P", monospace;
    font-size: 9px;
    margin-top: 4em;
    padding: 1.5em 0;
}

.custom-footer a {
    color: #67716b;
    text-decoration: none;
    padding: 4px 6px;
}

.custom-footer a:hover {
    background: #ddffe7;
    color: #0a0a0a;
    text-decoration: none;
}
