/* ===============================
   THE PEN GALAXY — HOME BASE
================================ */

:root {
    --bg: #0e0e0e;
    --bg-soft: #141414;
    --card: #1b1b1b;
    --border: #2a2a2a;

    --text: #f5f5f5;
    --muted: #b5b5b5;

    --gold: #d4a853;
    --gold-soft: rgba(212,168,83,0.25);

    --radius: 16px;
}

/* Font setup */
.custom-home {
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    color: var(--text);
    background: var(--bg);
}

.custom-home h1,
.custom-home h2,
.custom-home h3 {
    font-family: 'Playfair Display', serif;
}

/* Reset Storefront spacing */
.custom-home section {
    padding: 0;
    margin: 0;
}