/* Explain: White and chrome theme tokens for the vintage restoration brand */
:root {
    --ivory-color: #ffffff;
    --ivory-dark: #eceff1;
    --primary-color: #f8fafb;
    --primary-hover: #d9dde1;
    --secondary-color: #c5cbd1;
    --accent-color: #b7bdc4;
    --heritage-red: #b4232a;
    --heritage-red-soft: rgba(180, 24, 34, 0.46);
    --heritage-red-glow: rgba(180, 24, 34, 0.7);
    --background-color: #f7f8f8;
    --surface-color: #ffffff;
    --surface-warm: #f1f3f4;
    --text-color: #151719;
    --text-muted: #5f666d;
    --border-color: rgba(104, 113, 122, 0.22);
    --chrome-color: #5f666d;
    --chrome-bright: #dfe3e6;
    --black-color: #101214;
    --leather-color: #eef1f3;
    --font-heading: 'Oswald', sans-serif;
    --font-body: 'Merriweather', serif;
    --shadow-warm: 0 22px 70px rgba(70, 76, 82, 0.12);
    --shadow-chrome: 0 0 0 1px rgba(121, 131, 140, 0.18), 0 20px 55px rgba(58, 64, 69, 0.16);
    --radius-frame: 1.6rem;
}
