/* Yumy.style */

:root {
    --textColor: #333333;
    --backgroundColor: #f0f4f7;
    --accentColor: #cc2471;
    --headingColor: #111111;
    --strongTextColor: #1e1e1e;
    --buttonHoverColor: #fe8290;
    --formBackgroundColor: #e0e4e7;
    --inputBackgroundColor: #f0f4f7;
    --inputTextColor: #111111;
    --gradientStartEndColor: #fc6471;
    --gradientMidColor: #00a79d;
    --h1-size-mobile: 3.5rem;
    --h1-size-desktop: 3.5rem;
}