.text-2xs {
    font-size: 10px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

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