/* WatchPartsStore.com */

:root {
    --textColor: #505050;
    --backgroundColor: #f5f5f5;
    --accentColor: #8a6e3f;
    --headingColor: #111111;
    --strongTextColor: #222222;
    --buttonHoverColor: #9c7c4b;
    --formBackgroundColor: #e1e1e1;
    --inputBackgroundColor: #d1d1d1;
    --inputTextColor: #111111;
    --gradientStartEndColor: #b071bc;
    --gradientMidColor: #0058d5;
    --h1-size-mobile: 1.75rem;
    --h1-size-desktop: 2.25rem;
}