@import url("/satellites-detail.css");
:root {
  --constellation-blue:
    #174b78;
  --constellation-blue-dark:
    #103652;
  --constellation-blue-light:
    #e7f1f9;
  --header-text:
    #ffffff;
  --header-accent:
    #c8e2f6;
  --header-description:
    #dcebf6;
  --danger-border:
    #f1b7b2;
}