:root {
  // Keep these outside of the .dnb-card class so they can be used globally (dnb-help-button-inline)
  --card-outline-color: var(--border-color, var(--sb-color-gray-light));
  --card-outline-width: 0.0625rem;
  --card-background-color: var(--sb-color-white);
}

.dnb-card {
  // Nested Cards
  & .dnb-card {
    --rounded-corner: 0.375rem;
  }
}
