body {
    font-family: 'Inter', sans-serif;
    font-size: 16px; /* Sets a larger base font size for the whole page */
}

a {
    color: #2563eb; /* This is a standard blue color from Tailwind */
}

a:hover {
    text-decoration: underline;
}

/* This specifically targets the nested game list table to make its font smaller */
td table {
    font-size: 14px;
}

