/* Centralized design tokens for Fundación NYA
   Load this before any page-specific styles so variables are available. */
:root{
  /* Brand & palette */
  --fnd-blue: #0b61a4;    /* CR blue tone */
  --fnd-red: #c62828;     /* warm red */
  --fnd-white: #ffffff;
  --fnd-ink: #22314a;     /* deep ink used commonly for text */
  --fnd-soft: #f7f9fc;    /* soft background */
  --fnd-muted: #6b7a90;   /* secondary text */

  /* Layout & effects */
  --fnd-radius: 16px;
  --fnd-shadow: 0 10px 26px rgba(0,0,0,0.08);
  --fnd-max: 1200px;
}
