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

.bg-gray-850 {
    background-color: #242b3a;
}

::-webkit-calendar-picker-indicator {
    filter: invert(1);
    cursor: pointer;
}