/* Explain: Theme design tokens (colors, fonts) for Amazon-like appearance. - */
:root {
    --primary-color: #ffd814;
    --primary-hover: #f7ca00;
    --secondary-color: #007185;
    --header-bg: #131921;
    --header-nav-bg: #232f3e;
    --background-color: #eaeded;
    --surface-color: #ffffff;
    --text-color: #0f1111;
    --text-muted: #565959;
    --border-color: #d5d9d9;
    --font-heading: 'Inter', system-ui, sans-serif;
    --font-body: 'Inter', system-ui, sans-serif;
}