/* HLwatches.com */

:root {
    --textColor: #9e9e9e;
    --backgroundColor: #000000;
    --accentColor: #d09815;
    --headingColor: #eaeaea;
    --strongTextColor: #bebebe;
    --buttonHoverColor: #c9b037;
    --formBackgroundColor: #1a1a1a;
    --inputBackgroundColor: #2a2a2a;
    --inputTextColor: #eaeaea;
    --gradientStartEndColor: #6a82fb;
    --gradientMidColor: #da22ff;
    --h1-size-mobile: 2.5rem;
    --h1-size-desktop: 2.5rem;
}