
body {
    font-family: 'Inter', sans-serif;
}

.title-font {
    font-family: 'Playfair Display', serif;
}

.title-underline {
    border-bottom: 3px solid #7dd3fc; 
    display: inline-block;
    padding-bottom: 4px;
}

.table-header {
    background-color: #1e3a8a; 
    color: white;
    font-weight: bold;
}

.table-row-even {
    background-color: white;
    color: black;
}

.table-row-odd {
    background-color: #bbf7d0; 
    color: black;
}
