/* YourWatchFriend.com */

:root {
    --textColor: #434343;
    --backgroundColor: #ffffff;
    --accentColor: #0071bc;
    --headingColor: #111111;
    --strongTextColor: #222222;
    --buttonHoverColor: #005999;
    --formBackgroundColor: #e9e9e9;
    --inputBackgroundColor: #fafafa;
    --inputTextColor: #111111;
    --gradientStartEndColor: #b071bc;
    --gradientMidColor: #0058d5;
    --h1-size-mobile: 1.75rem;
    --h1-size-desktop: 2.25rem;
}