:root {
  --brand-yellow: #FFC932;
  --brand-dark-gray: #54565A;
  --brand-white: #FFFFFF;

  --text: #54565A;
  --text-secondary: #767676;
  --accent: #FFC932;
  --bg-root: #FFFFFF;
  --bg-default: #F5F5F5;
  --bg-secondary: #F0F0F0;
  --bg-tertiary: #E0E0E0;
  --card-bg: #FFFFFF;
  --border: #E0E0E0;
  --search-bg: #F5F5F5;
  --image-bg: #F5F5F5;
  --error: #E53935;
  --shadow: rgba(0,0,0,0.08);
  --badge-text: #54565A;

  --spacing-xs: 4px;
  --spacing-sm: 8px;
  --spacing-md: 12px;
  --spacing-lg: 16px;
  --spacing-xl: 20px;
  --spacing-2xl: 24px;
  --spacing-3xl: 32px;
  --spacing-4xl: 40px;
  --spacing-5xl: 48px;

  --radius-xs: 8px;
  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 24px;
  --radius-xl: 30px;
  --radius-2xl: 40px;
  --radius-3xl: 50px;
  --radius-full: 9999px;

  --layout-input-height: 48px;
  --layout-button-height: 52px;
  --layout-header-height: 56px;
  --layout-scroll-to-top-size: 44px;
  --layout-search-bar-height: 48px;

  --font-heading: 'Montserrat', sans-serif;
  --font-body: 'Roboto', sans-serif;
  --font-mono: 'Roboto Mono', sans-serif;
  --typo-h1-font-size: 32px;
  --typo-h1-line-height: 40px;
  --typo-h1-font-weight: 700;
  --typo-h1-letter-spacing: 1px;
  --typo-h2-font-size: 28px;
  --typo-h2-line-height: 36px;
  --typo-h2-font-weight: 700;
  --typo-h2-letter-spacing: 0.5px;
  --typo-h3-font-size: 24px;
  --typo-h3-line-height: 32px;
  --typo-h3-font-weight: 600;
  --typo-h3-letter-spacing: 0px;
  --typo-h4-font-size: 18px;
  --typo-h4-line-height: 26px;
  --typo-h4-font-weight: 600;
  --typo-h4-letter-spacing: 0px;
  --typo-body-font-size: 16px;
  --typo-body-line-height: 24px;
  --typo-body-font-weight: 400;
  --typo-small-font-size: 14px;
  --typo-small-line-height: 20px;
  --typo-small-font-weight: 400;
  --typo-link-font-size: 16px;
  --typo-link-line-height: 24px;
  --typo-link-font-weight: 500;
  --typo-card-name-font-size: 15px;
  --typo-card-name-line-height: 20px;
  --typo-card-name-font-weight: 700;
  --typo-category-badge-font-size: 11px;
  --typo-category-badge-font-weight: 700;
  --typo-category-badge-letter-spacing: 0.5px;
  --typo-detail-category-badge-font-size: 11px;
  --typo-detail-category-badge-font-weight: 700;
  --typo-detail-category-badge-letter-spacing: 0.5px;
  --typo-product-code-font-size: 13px;
  --typo-product-code-font-weight: 600;
  --typo-detail-name-font-size: 24px;
  --typo-detail-name-line-height: 1.2;
  --typo-detail-name-font-weight: 700;
  --typo-detail-name-letter-spacing: 0.5px;
  --typo-detail-description-font-size: 15px;
  --typo-detail-description-line-height: 1.6;
  --typo-detail-description-font-weight: 400;
  --typo-detail-section-title-font-size: 14px;
  --typo-detail-section-title-font-weight: 600;
  --typo-detail-section-title-letter-spacing: 0.5px;
  --typo-results-count-font-size: 13px;
  --typo-results-count-font-weight: 400;
  --typo-category-chip-font-size: 13px;
  --typo-category-chip-font-weight: 600;
  --typo-category-chip-letter-spacing: 0.3px;
}

[data-theme="dark"] {
  --text: #F0F0F0;
  --text-secondary: #9E9E9E;
  --accent: #FFC932;
  --bg-root: #141414;
  --bg-default: #1E1E1E;
  --bg-secondary: #252525;
  --bg-tertiary: #2E2E2E;
  --card-bg: #252525;
  --border: #3A3A3A;
  --search-bg: #252525;
  --image-bg: #1E1E1E;
  --error: #E53935;
  --shadow: rgba(0,0,0,0.3);
  --badge-text: #141414;
}
