/* WatchWarden.com */

:root {
    --textColor: #353535;
    --backgroundColor: #ffffff;
    --accentColor: #b85c38;
    --headingColor: #111111;
    --strongTextColor: #222222;
    --buttonHoverColor: #a65230;
    --formBackgroundColor: #eaeaea;
    --inputBackgroundColor: #dadada;
    --inputTextColor: #111111;
    --gradientStartEndColor: #e0414c;
    --gradientMidColor: #805885;
    --h1-size-mobile: 2rem;
    --h1-size-desktop: 2rem;
}