/* Custom CSS styles */
/* Add your custom styles here that complement Tailwind CSS */

html,
body {
    height: 100%;
}
body {
    font-family:
        Roboto,
        system-ui,
        -apple-system,
        Segoe UI,
        Helvetica,
        Arial;
}
