
/*
Theme Name: GeneratePress Romantic Child
Template: generatepress
Version: 1.0
*/

body {
    font-family: 'Noto Serif Telugu', serif;
    color: #333;
    background-color: #fff7f9;
}

a {
    color: #d63384;
}

a:hover {
    color: #a61e4d;
}

h1, h2, h3, h4, h5, h6 {
    color: #cc0066;
    font-weight: bold;
}

.entry-content {
    background: #fff;
    border: 1px solid #f8d7da;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.button,
.read-more,
.more-link {
    background-color: #ff66b2;
    color: white !important;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    display: inline-block;
}

.button:hover,
.read-more:hover,
.more-link:hover {
    background-color: #e60073;
}
