/* OrbitOrders.com */

:root {
    --textColor: #666666;
    --backgroundColor: #ffffff;
    --accentColor: #e62e2d;
    --headingColor: #111111;
    --strongTextColor: #4a4a4a;
    --buttonHoverColor: #cc2423;
    --formBackgroundColor: #eaeaea;
    --inputBackgroundColor: #dddddd;
    --inputTextColor: #111111;
    --gradientStartEndColor: #2ba3a7;
    --gradientMidColor: #cb35e0;
    --h1-size-mobile: 2.25rem;
    --h1-size-desktop: 2.25rem;
}