:root {
    /* Brand Tokens */
    --c-bg: #fcfbf9;
    /* Paper Ivory */
    --c-ink: #2c2c2c;
    /* Deep Charcoal */
    --c-accent: #d4a5a5;
    /* Muted Rose */
    --c-gold: #c5b358;
    /* Soft Gold */
    --c-gray-light: #f0f0f0;

    /* Fonts */
    --f-hand: 'Caveat', cursive;
    --f-script: 'Dancing Script', cursive;
    --f-body: 'Noto Sans TC', sans-serif;
    --f-serif: 'Noto Serif TC', serif;

    /* Spacing */
    --s-section: 8rem;
    --s-gap: 2rem;
}