@import url("/satellites-detail.css");
:root {
  --constellation-blue:
    #174f65;
  --constellation-blue-dark:
    #0d3948;
  --constellation-blue-light:
    #e8f4f6;
  --header-text:
    #ffffff;
  --header-accent:
    #c8e8ee;
  --header-description:
    #dceff2;
  --danger-border:
    #f1b7b2;
}