/* GimmeOrders.com */

:root {
    --textColor: #666666;
    --backgroundColor: #ffffff;
    --accentColor: #34a853;
    --headingColor: #111111;
    --strongTextColor: #4a4a4a;
    --buttonHoverColor: #2e7a46;
    --formBackgroundColor: #eaeaea;
    --inputBackgroundColor: #fafafa;
    --inputTextColor: #111111;
    --gradientStartEndColor: #ac4094;
    --gradientMidColor: #dc7044;
    --h1-size-mobile: 2rem;
    --h1-size-desktop: 2rem;
}