/*
Theme Name: Valquiven Market
Theme URI: https://valquiven.es
Description: Child theme de Storefront para el marketplace de alquiler de Valquiven. SOLO presentacion — toda la logica vive en el plugin valquiven-bridge y el middleware Flask. Fase 1-2: identidad + ficha v9 (sistema vq: magenta #C8197D, Manrope / IBM Plex). Reemplaza la estetica naranja de mayo.
Author: Valquiven
Template: storefront
Version: 2.6.0
Text Domain: valquiven-market
*/

/* ============================================================
   Tokens del sistema vq (mockup v9 == vq.css doc 46).
   Se redeclaran tambien al inicio de market.css por seguridad
   (este style.css se encola explicitamente en functions.php,
   pero los tokens deben existir si o si).
   ============================================================ */
:root {
    --mag: #C8197D; --mag-d: #9D1361; --mag-l: #FCE7F1;
    --ink: #1A1F26; --ink-2: #3A424B; --ink-3: #6B7480;
    --line: #E8EAED; --line-2: #F2F4F6; --paper: #FBFCFD; --bg: #F5F6F8;
    --ok: #10b981; --ok-bg: #d1fae5;
    --warn: #f59e0b; --warn-bg: #fef3c7;
    --info: #2a6f97; --info-bg: #e3f0f7;
    --err: #C81E1E;
    --vq-font-display: "Manrope", sans-serif;
    --vq-font-body: "IBM Plex Sans", sans-serif;
    --vq-font-mono: "IBM Plex Mono", monospace;
}
