/* TheFlagRun.com */

:root {
    --textColor: #555555;
    --backgroundColor: #f8f8f0;
    --accentColor: #299844;
    --headingColor: #111111;
    --strongTextColor: #354e24;
    --buttonHoverColor: #8c6954;
    --formBackgroundColor: #e6e6d2;
    --inputBackgroundColor: #d7d7c1;
    --inputTextColor: #111111;
    --gradientStartEndColor: #14c22d;
    --gradientMidColor: #1e7cd0;
    --h1-size-mobile: 2.25rem;
    --h1-size-desktop: 2.25rem;
}