/* DJwatches.com */

:root {
    --textColor: #595959;
    --backgroundColor: #ffffff;
    --accentColor: #c4302b;
    --headingColor: #111111;
    --strongTextColor: #333333;
    --buttonHoverColor: #d94a3d;
    --formBackgroundColor: #f0f0f0;
    --inputBackgroundColor: #e1e1e1;
    --inputTextColor: #111111;
    --gradientStartEndColor: #7430eb;
    --gradientMidColor: #a611a4;
    --h1-size-mobile: 2.5rem;
    --h1-size-desktop: 2.5rem;
}