/* DIS2027 INDICO styling */

/* General page text */
body,
.indico-page,
.event-page {
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.55;
}

/* Main headings */
h1, h2, h3 {
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-weight: 600;
    letter-spacing: 0.2px;
}

/* Section headings */
h2 {
    font-size: 24px;
    margin-top: 28px;
    margin-bottom: 12px;
    border-bottom: 2px solid #8b0000;
    padding-bottom: 6px;
}

/* Subsection headings */
h3 {
    font-size: 20px;
    margin-top: 22px;
    margin-bottom: 10px;
}

/* Paragraph spacing */
p {
    margin-bottom: 14px;
}

/* Links */
a {
    color: #8b0000;
    font-weight: 500;
}

a:hover {
    color: #5f0000;
    text-decoration: underline;
}

/* Important information boxes */
.dis2027-box {
    background: #f7f7f7;
    border-left: 5px solid #8b0000;
    padding: 14px 18px;
    margin: 18px 0;
    border-radius: 4px;
}

/* Date or deadline highlights */
.dis2027-highlight {
    font-weight: 600;
    color: #8b0000;
}

/* Footer or small notes */
.dis2027-note {
    font-size: 14px;
    color: #555;
}