/*
  You can add custom CSS rules or import files here.
*/

/* Import the Radzen CSS files */
@import './styles-generated.css';

/* Allineamo il font a quello usato su portale Messina */
html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

:root {
    --rz-text-font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
