{\rtf1\ansi\ansicpg1252\cocoartf2761
\cocoatextscaling0\cocoaplatform0{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
{\colortbl;\red255\green255\blue255;}
{\*\expandedcolortbl;;}
\margl1440\margr1440\vieww11520\viewh8400\viewkind0
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural\partightenfactor0

\f0\fs24 \cf0 /* More pronounced and consistent rounded corners */\
.post,\
.widget,\
.comment-box,\
.entry-content,\
.site-header,\
.site-footer,\
.button,\
input[type="submit"],\
input[type="button"],\
.wp-block-image, /* Target WordPress images */\
.wp-block-gallery, /* Target WordPress galleries */\
.gallery-item \{ /* Target individual gallery items */\
    border-radius: 15px;\
    overflow: hidden;\
    padding: 1.2em; /* Consistent internal padding */\
    margin-bottom: 1.8em; /* Consistent bottom margin */\
    border: 1px solid #dcdcdc; /* Softer gray border */\
    background-color: #fefefe; /* Light, clean background for containers */\
\}\
\
/* Even rounder buttons and input fields */\
.button,\
input[type="submit"],\
input[type="button"] \{\
    border-radius: 20px;\
    padding: 0.8em 1.8em; /* Adjust button padding */\
\}\
\
/* Cozy and readable font (ensure it's loaded!) */\
body \{\
    font-family: 'Quicksand', sans-serif; /* A friendly, slightly quirky font */\
    line-height: 1.8; /* Increased line height for better flow */\
    color: #555; /* Slightly softer text color */\
\}\
\
h1, h2, h3, h4, h5, h6 \{\
    font-family: 'Quicksand', sans-serif;\
    font-weight: 700;\
    color: #333; /* Darker heading color for contrast */\
\}\
\
/* Subtle box shadows for a gentle lift */\
.post,\
.widget,\
.comment-box,\
.entry-content \{\
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.06); /* Very subtle shadow */\
\}\
\
/* Layout adjustments to create more visual separation and softer sections */\
.site-main \{\
    padding: 2em; /* Add padding around the main content area */\
\}\
\
.site-main > article \{\
    margin-bottom: 3.5em; /* More space between articles */\
    border-radius: 15px; /* Ensure articles also have rounded corners */\
    background-color: #fff; /* White background for article content */\
    padding: 2em;\
    border: 1px solid #eee;\
\}\
\
.widget-area .widget \{\
    margin-bottom: 2.5em;\
    padding: 1.8em;\
    background-color: #f9f9f9; /* Light, slightly warm background for widgets */\
    border-radius: 15px;\
    border: 1px solid #eee;\
\}\
\
/* Adjustments for lists and other elements for consistency */\
ul, ol \{\
    margin-bottom: 1.5em;\
    padding-left: 1.5em;\
\}\
\
li \{\
    margin-bottom: 0.5em;\
\}\
\
/* Style for separators (if you use them) */\
hr \{\
    border: 0;\
    height: 1px;\
    background: #eee;\
    margin: 2em 0;\
\}}