/* Barracuda Dive Center — propuesta A «Profundo»: tema OSCURO, solo marca y color (la tipografía la pone la dirección "profundo").
   Cian: el del sello del logo (#00AAD0, medido sobre el PNG original de 300 px con transparencia; el JPEG de 1080 da #00A8CD por
   compresión). Sobre el cian va texto oscuro (6,5:1), nunca blanco (2,7:1). Fondo: azul de mar profundo; superficies apenas más
   claras; acento aqua para antetítulos, cifras y la regla de profundidad (12:1 sobre el fondo). */
:root {
  --cc-red: #00aad0;
  --cc-red-600: #00aad0;
  --cc-red-700: #33c3e3;
  --cc-red-50: rgba(0, 170, 208, 0.12);
  --cc-red-100: rgba(0, 170, 208, 0.28);
  --cc-red-rgb: 0, 170, 208;
  --cc-ink: #eaf6fa;
  --cc-ink-2: #d5eaf2;
  --cc-ink-rgb: 234, 246, 250;
  --cc-body: #b9cfda;
  --cc-muted: #86a3b3;
  --cc-bg: #06192b;
  --cc-bg-2: #0b2438;
  --cc-soft: #0b2438;
  --cc-line: rgba(255, 255, 255, 0.1);
  --cc-dark: #04131f;
  --cc-accent: #8fe3f0;
  --cc-accent-ink: #06192b;
  --cc-accent-text: #8fe3f0;
  --cc-accent-soft: #8fe3f0;
  --cc-nav-bg: rgba(6, 25, 43, 0.94);
  --cc-nav-ink: #eaf6fa;
  --cc-gallery-ratio: 1;
}
