/* ============================================================
   MITCH POINT COLLECTIVE — Custom Styles
   Companion to Tailwind CDN config in index.html
   ============================================================ */

/* Base */
body {
    font-family: 'Inter', sans-serif;
    background-color: #0b0e17;
    color: #e0e2ef;
}

/* Headline font utility */
.font-headline {
    font-family: 'Space Grotesk', sans-serif;
}

/* Material Symbols icon rendering */
.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

/* Hero background grid — "Digital Ledger" texture */
.digital-ledger-bg {
    background-image:
        linear-gradient(to right, #1c1f29 1px, transparent 1px),
        linear-gradient(to bottom, #1c1f29 1px, transparent 1px);
    background-size: 40px 40px;
}
