/* Probova brand color, matches the app accent. */
:root,
[data-md-color-scheme="default"] {
  --md-primary-fg-color: #2563eb;
  --md-primary-fg-color--light: #3b82f6;
  --md-primary-fg-color--dark: #1d4ed8;
  --md-accent-fg-color: #1d4ed8;
}

[data-md-color-scheme="slate"] {
  --md-primary-fg-color: #2563eb;
  --md-primary-fg-color--light: #3b82f6;
  --md-primary-fg-color--dark: #1d4ed8;
  --md-accent-fg-color: #60a5fa;
}

/* Footer link to the main site, icon + wordmark like the app navbar. */
.md-social__link--labeled {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  width: auto;
}

.md-social__link--labeled svg {
  max-height: 1.1rem;
}

.md-social__label {
  font-size: 0.7rem;
  font-weight: 600;
}

