#nau-chatbot-frame-wrapper,
#nau-chatbot-container {
  /* primary color vars */
  --true-blue: #003466;
  --true-blue-85: #103763;
  --true-blue-65: #3A5781;
  --true-blue-45: #697DA2;
  --true-blue-05: #E4E7F0;
  --true-blue-dark: #0D1134;
  --gold: #F1b300;
  --gold-75: #FFCB5B;
  --gold-35: #FFE6B0;
  --gold-dark: #FFA719;
  /* secondary color vars */
  --twilight: #0066B2;
  --twilight-65: #5E8AC7;
  --twilight-35: #A4B7DF;
  --twilight-dark: #14489E;
  --monsoon: #C3B8B2;
  --ui-border-color: var(--true-blue-dark);
  --ui-font-family: acumin-pro, sans-serif;
  --ui-offwhite: #F0F0F0;
  --ui-desktop-corner-gap: 1em;
  --popup-width: 32em;
  --popup-height: 45em;
  --popup-header-height: 4em;
  --fab-height: 3em;
  --fab-width: 9em;
}