/*
 * SPDX-FileCopyrightText: 2025 SAP Spartacus team <spartacus-team@sap.com>
 *
 * SPDX-License-Identifier: Apache-2.0
 */

@import '@spartacus/styles/scss/theme';

.user-profile {
  // TODO: Add component styles using Spartacus design tokens
  
  h2 {
    @include type-style('heading', 2);
    margin-bottom: var(--cx-margin, 1rem);
  }

  p {
    @include type-style('body');
    color: var(--cx-color-text);
  }
}
