/* WatchRN.com */

:root {
    --textColor: #4e4e4e;
    --backgroundColor: #fafafa;
    --accentColor: #cc111c;
    --headingColor: #111111;
    --strongTextColor: #222222;
    --buttonHoverColor: #cc474e;
    --formBackgroundColor: #e9e9e9;
    --inputBackgroundColor: #fafafa;
    --inputTextColor: #111111;
    --gradientStartEndColor: #6a82fb;
    --gradientMidColor: #da22ff;
    --h1-size-mobile: 2.5rem;
    --h1-size-desktop: 2.5rem;
}