/* Bondi Pets — Design tokens v1 (cálido-orgánico) */

/* ============================================================
   Fuentes autohospedadas (RGPD: sin CDN de Google)
   Sistema de marca: Caprasimo (display) + Lato (body/títulos)
   Caprasimo solo existe en 400 — no aplicar bold/italic encima.
   ============================================================ */
@font-face {
  font-family: 'Caprasimo';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/caprasimo-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/lato-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/lato-italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/lato-bold.woff2') format('woff2');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/lato-bold-italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('../fonts/lato-black.woff2') format('woff2');
}

:root {
  /* Color — marca */
  --cream:        #F4EFE3;  /* fondo base */
  --cream-2:      #ECE4D3;  /* fondo secundario / tarjetas */
  --forest:       #20402E;  /* marca: CTAs, titulares, texto sobre crema */
  --forest-deep:  #14271C;  /* footer / secciones de cierre */
  --clay:         #C0573A;  /* acento cálido, uso restringido */
  --honey:        #E3A646;  /* highlight / subrayado de palabras clave */
  --ink:          #221E17;  /* texto cuerpo */

  /* Color por SKU (futuro / secciones del quiz) */
  --sku-joint:     #C0573A;  /* articulación = clay */
  --sku-digestive: #7E8C5A;  /* digestión = sage */
  --sku-calming:   #9E94B8;  /* calma = lavanda */

  /* Tipografía */
  --font-display: 'Caprasimo', Georgia, serif;
  --font-body:    'Lato', -apple-system, system-ui, sans-serif;

  /* Escala de tipo (responsive) */
  --fs-h1: clamp(34px, 5vw, 56px);
  --fs-h2: clamp(28px, 4vw, 44px);
  --fs-h3: clamp(20px, 2vw, 26px);
  --fs-body: 17px;
  --fs-sm: 15px;

  /* Radios */
  --r-sm: 8px;
  --r-md: 14px;
  --r-lg: 24px;
  --r-pill: 999px;

  /* Layout */
  --max: 1200px;
  --gutter: clamp(20px, 4vw, 40px);
}
