/* You can add global styles to this file, and also import other style files */

/* Mobile browsers zoom in page if the font-size in input fields have font size smaller than 16px */

@media (pointer:coarse) {
    input, select, textarea {
        font-size: 16px !important;
    }
}

