/* ThinkAgainPolitics.org */

:root {
    --textColor: #2c3e50;
    --backgroundColor: #f8f9fa;
    --accentColor: #cc3333;
    --headingColor: #111111;
    --strongTextColor: #1e1e1e;
    --buttonHoverColor: #c0392b;
    --formBackgroundColor: #e1e1e1;
    --inputBackgroundColor: #f1f1f1;
    --inputTextColor: #111111;
    --gradientStartEndColor: #3366cc;
    --gradientMidColor: #cc3333;
    --h1-size-mobile: 1.625rem;
    --h1-size-desktop: 2.25rem;
}