/* Εφαρμογή του Noto Sans σε όλο το site */
body {
    font-family: 'Noto Sans', sans-serif;
    font-optical-sizing: auto;
    font-weight: 400; /* Κανονικό πάχος */
    font-style: normal;
    color: #333;
    line-height: 1.1;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600; /* Έντονα γράμματα για τους τίτλους */
     line-height: 1.1;
}
/* Ο τίτλος του Μήνα */
.calendarize-list .month-group-title {
    background-color: #f8f9fa;
    padding: 10px 15px;
    margin: 20px 0;
    border-left: 5px solid #007bff; /* Μια μπλε γραμμή αριστερά */
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: #333;
    text-transform: capitalize;
}

/* Απόσταση μεταξύ των events μέσα στο μήνα */
.calendarize-item {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}