/* Memphis Design typography */
body[data-theme="memphis"] {
    font-family: 'Noto Sans', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

body[data-theme="memphis"] h1,
body[data-theme="memphis"] h2,
body[data-theme="memphis"] h3 {
    font-family: 'Space Mono', monospace;
    text-transform: none;
    letter-spacing: 0.5px;
    color: var(--text-primary);
}

