/* Install the font */
* {
    font-family: 'Inter', sans-serif, sans-serif, Arial;
}
/* Style the font */
body {
    color: rgb(57, 57, 57);
    font-size: var( --font-size );
}