/* NewSlangMarketing.com */

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