/*
  Requisito no cabeçalho
  <link href="https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap" rel="stylesheet">
*/

/*
// -------------------------------------------------------------------
//   POPUPs
// -------------------------------------------------------------------
*/

.popupHintTitulo
{
   font-family: 'Bebas Neue', cursive;
   font-size: 1.5em;
   color: #236192;
}

.popupHintTexto
{
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1.2em;
    font-weight: 400;
}
