@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

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

.link {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

.max-h-\[500px\] {
    max-height: 500px;
}

.overflow-y-auto {
    overflow-y: auto;
}