/**
 * Shared design tokens — the palette/type approved in the vendor dashboard
 * mock-up. NOT enqueued globally: any stylesheet that wants these variables
 * declares 'mvm-tokens' as a dependency in its wp_enqueue_style() call, so
 * it only loads on pages that actually use it.
 */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,600;9..144,700&family=Public+Sans:wght@400;500;600;700&family=Space+Mono:wght@400;700&display=swap');

:root {
    --mvm-ink: #23281f;
    --mvm-parchment: #e7e1cc;
    --mvm-card: #f3efdf;
    --mvm-paper-line: #cabf9c;
    --mvm-brass: #a3752f;
    --mvm-brass-dark: #7d5a22;
    --mvm-forest: #3e5b45;
    --mvm-forest-bg: #dfe8de;
    --mvm-rust: #8b3a2b;
    --mvm-rust-bg: #ecdcd6;
    --mvm-ink-soft: #55503f;

    --mvm-font-display: 'Fraunces', serif;
    --mvm-font-body: 'Public Sans', sans-serif;
    --mvm-font-mono: 'Space Mono', monospace;
}
