/* Direction tokens for concept A — "Panorámica serena: Dra. Juliana Montero". Designers may extend, but keep brand colors intact. */
:root {
  --ground: #FFFFFF;
  --ink: #1E2235;
  --primary: #1B6470;
  --accent: #2C8C9C;
  --font-display: "Instrument Serif", Georgia, serif;
  --font-body: "DM Sans", system-ui, sans-serif;

  /* Brand palette read from the logo proposal (unconfirmed) */
  --celeste: #7FCFDC;
  --porcelain: #F3F7F8;

  /* Layout scale */
  --container: 1240px;
  --gutter: 32px;
  --header-h: 64px;
  --rule: color-mix(in srgb, var(--ink) 12%, transparent);
  --muted: color-mix(in srgb, var(--ink) 76%, transparent);
  --space-section: 112px;
  --space-section-m: 72px;
}
