/* CCCKU.com */

:root {
    --textColor: #333333;
    --backgroundColor: #ffffff;
    --accentColor: #0055aa;
    --headingColor: #111111;
    --strongTextColor: #2a2a2a;
    --buttonHoverColor: #4b4fec;
    --formBackgroundColor: #f0f0f0;
    --inputBackgroundColor: #ffffff;
    --inputTextColor: #111111;
    --gradientStartEndColor: #6a82fb;
    --gradientMidColor: #da22ff;
    --h1-size-mobile: 3rem;
    --h1-size-desktop: 3rem;
}