/* KokoroDesign.com */

:root {
    --textColor: #3a4047;
    --backgroundColor: #f9f5f0;
    --accentColor: #cc2936;
    --headingColor: #111111;
    --strongTextColor: #2a3037;
    --buttonHoverColor: #b0736e;
    --formBackgroundColor: #e9e5e0;
    --inputBackgroundColor: #f9f5f0;
    --inputTextColor: #111111;
    --gradientStartEndColor: #2ba347;
    --gradientMidColor: #2b8580;
    --h1-size-mobile: 2rem;
    --h1-size-desktop: 2rem;
}