/* https://build.fhir.org/ig/FHIR/ig-guidance/colors.html */
:root {
    --ig-status-text-color: #03358C; /* 1. IG Title and status text color */
    --navbar-bg-color: #03358C; /* 2. Header container color */
    --footer-bg-color: #C8CECB; /* 3. Footer background color*/
    --footer-container-bg-color: #D5E0F6; /* 4. Footer container color */
    --stripe-bg-color: #C8CECB; /* 5. Header strip color */
    --btn-hover-color: #4E74DC;  /* 6. Menu button hover color */
    --btn-active-color: #1D874F; /* 7. Menu button active color */
    --btn-text-color: #e6e6e6; /* 8. Menu button text color */
    --btn-gradient-start-color: #87ceeb; /* 9. Menu item gradient start color */
    --btn-gradient-end-color: #98C9B0; /* 10. Menu item gradient end  color */
    --btn-gradient-start-color-alpha: #FFE6E1; /* 11. Menu item gradient start color (with alpha) */
    --btn-gradient-end-color-alpha: #FBA69C; /* 12. Menu item gradient end color (with alpha) */
    --link-color: #1D874F; /* 13. Hyperlink text color */
    --link-hover-color: #1D874F; /* 14. Hyperlink text hover color */
    --publish-box-bg-color: #FFE6E1; /* 15. Publish box background color */
    --publish-box-border: 1px solid #FA6749; /* 16.  Publish box border definition */
    --toc-box-bg-color: #98fb98; /* 17.  TOC box background color */
    --toc-box-border: 1px solid #2e8b57; /* 18. TOC box border definition */
    --stu-note-background-color: #ffffff; /* 19. (STU) Note box background color */
    --stu-note-border-left-color: #FA6749; /* 20. (STU) Note box border color */
    --ig-header-color: #ffffff; /* 21. Header color (sides) */
    --ig-header-container-color: #ffffff; /* 22. Header container color (center) */
    --footer-nav-bg-color: #f5f5f5; /* 23. Footer navigation background color*/
    --footer-text-color: #000000; /* 24. Footer highlight font color */
    --footer-hyperlink-text-color: #1D874F; /* 25. Footer hyperlinks font color */
    --footer-highlight-text-color: #000000; /* 26. Footer highlight font color */
    --breadcrumb-bg-color: #D5E0F6  ; /* 27. Breadcrumb background color */
    --breadcrumb-text-color: #000000; /* 28. Breadcrumb font color */
    --dragon-background-color: #ebe7ee; /* 29. Dragon background color */
    --dragon-font-color: #000000; /* 30. Dragon font color */
}