/* Mhodì Management — custom styles
 * Tailwind v3 via CDN play in dev. In prod setup Tailwind v4 build pipeline.
 */

:root {
    --mhodi-ink: #1a1a1a;
    --mhodi-paper: #fafaf7;
    --mhodi-magenta: #d6336c;
    --mhodi-orange: #f97316;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, sans-serif;
}

.hero {
    padding: 4rem 0;
    text-align: center;
}

.hero h1 {
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    margin-bottom: 1rem;
}

.hero p {
    color: #555;
    font-size: 1.1rem;
    margin-bottom: 2rem;
}
