/* Design tokens collected from Figma Inspect documentation. */
:root {
  --color-navy-500: #001029;
  --color-navy-400: #00163A;
  --color-navy-300: #5A606B; /* Confirmed fallback in mobile case studies. */
  --color-navy-200: #81858E; /* Confirmed fallback in mobile case studies. */
  --color-navy-100: #A8ABB1;
  --color-navy-50: #BBBDC2; /* Confirmed fallback in footer mobile. */
  --color-cyan-500: #00FFFF;
  --color-white: #FFFFFF;
  --color-black: #000000;
  --color-button-bg: rgba(51, 58, 73, 0.50);
  --color-card-muted: rgba(129, 133, 142, 0.30);
  --color-menu-item: rgba(120, 120, 120, 0.40);
  --font-heading: "Sansation", Arial, sans-serif;
  --font-body: "Manrope", Arial, sans-serif;
  --shadow-button: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  --blur-header: blur(25px);
  --site-max-desktop: 1442px;
}
