body {
    font-family: 'Inter', sans-serif;
    background-color: #F8F9FA;
    color: #333333;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

button {
    cursor: pointer;
    border-radius: 8px;
    transition: all 0.2s;
}

button:hover {
    background-color: #E2E8F0;
}

.safe-area-bottom {
    padding-bottom: env(safe-area-inset-bottom);
}
