@charset "UTF-8";
/* CSS Document */
.blog-post {
    margin-bottom: 20px;
}

.blog-title {
    cursor: pointer;
	font-family: "ice-cream-standard", sans-serif;
    font-weight: 700;
    font-size: 18pt;
    color: #e767a8;
    text-align: left;
}

.blog-body {
    display: none;
    padding: 10px;
    border: 1px solid #ccc; /* Light border for the content */
    border-top: none; /* No border at the top to blend with the title */
	font-family: "montserrat", sans-serif;
    font-size: 11pt;
}

