/* Con Sal — "Living Ritual" design tokens (Direction C, chosen 2026-09-01).
 * Shared by pages migrated to the Living Ritual redesign: the two 7-day
 * speaking-challenge app engines (ingles/reto/app/index.html,
 * spanish/challenge/app/index.html). Includes the Lora/IBM Plex Sans
 * @import the --serif token depends on.
 *
 * Extracted verbatim from ingles/reto/app/index.html on 2026-09-03 as part
 * of a duplication-cleanup pass — no values changed, no visual difference
 * from before. Canvas source: "Con Sal Challenge — Living Ritual"
 * (https://claude.ai/code/artifact/217e97e5-90b6-4301-a4fd-f27379697db1).
 * See project memory consal-design-tokens-consolidation-2026-09-03.md.
 */
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600;700&family=IBM+Plex+Sans:wght@400;500;600&display=swap');
:root {
  --ink: #36241e;
  --muted: #5d4f4a;
  --bg: #faf0e3;
  --card-bg: #fffbf6;
  --accent: #488055;
  --accent-soft: #ebf5ed;
  --accent-2: #2b6339;
  --accent-2-soft: #dff1df;
  --line: #e9e4dd;
  --serif: 'Lora', ui-serif, Georgia, Cambria, "Times New Roman", serif;
  --warm: #cc7455;
  --pressure-wash: #f7d6ca;
}
