/* RedRibs.com */

:root {
    --textColor: #d1d1d1;
    --backgroundColor: #121212;
    --accentColor: #cc4337;
    --headingColor: #ffffff;
    --strongTextColor: #f5f5f5;
    --buttonHoverColor: #ff4500;
    --formBackgroundColor: #333333;
    --inputBackgroundColor: #222222;
    --inputTextColor: #ffffff;
    --gradientStartEndColor: #ff6347;
    --gradientMidColor: #ffa500;
    --h1-size-mobile: 2.75rem;
    --h1-size-desktop: 2.75rem;
}