/* CrackedDesign.com */

:root {
    --textColor: #62666c;
    --backgroundColor: #e9ecef;
    --accentColor: #111111;
    --headingColor: #111111;
    --strongTextColor: #42464c;
    --buttonHoverColor: #8a919b;
    --formBackgroundColor: #d2d7de;
    --inputBackgroundColor: #c6cbd3;
    --inputTextColor: #111111;
    --gradientStartEndColor: #6450f1;
    --gradientMidColor: #9924b4;
    --h1-size-mobile: 2rem;
    --h1-size-desktop: 2rem;
}