/* Instituto Brújula (muestra) — solo marca y color: la tipografía la pone la dirección "vibrante" */
:root {
  --cc-red: #c8235f;
  --cc-red-600: #b01f54;
  --cc-red-700: #951a47;
  --cc-red-50: #fce8f0;
  --cc-red-100: #f8cfe0;
  --cc-red-rgb: 200, 35, 95;
  --cc-accent: #c8f03c;
  --cc-accent-ink: #16143a;
  --cc-ink: #16143a;
  --cc-ink-2: #26235a;
  --cc-body: #3b3957;
  --cc-muted: #65637d;
  --cc-dark: #16143a;
  --cc-soft: #fff4ea;
  --cc-bg-2: #fff4ea;
  --cc-line: #eadfd3;
}
