/* Explain: Theme tokens for the minimalist fitness store identity. - */
:root {
    --primary-color: #000000;
    --primary-hover: #374151;
    --secondary-color: #F3F4F6;
    --accent-color: #000000;
    --button-color: #000000;
    --background-color: #FFFFFF;
    --surface-color: #F9FAFB;
    --text-color: #111827;
    --text-muted: #6B7280;
    --border-color: #E5E7EB;
    --shadow-soft: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
    --font-heading: 'Inter', sans-serif;
    --font-body: 'Inter', sans-serif;
    --font-logo: 'Inter', sans-serif;
}