body {
    font-family: 'Inter', sans-serif;
    background-color: #f8f8f8;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}
