@font-face {
  font-family: 'RobotoBold';
  src: url('../../assets/fonts/Roboto/Roboto-Bold.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'RobotoBlack';
  src: url('../../assets/fonts/Roboto/Roboto-Black.ttf') format('truetype');
   font-display: swap;
}

@font-face {
  font-family: 'RobotoRegular';
  src: url('../../assets/fonts/Roboto/Roboto-Regular.ttf') format('truetype');
   font-display: swap;
}

@font-face {
  font-family: 'RobotoLight';
  src: url('../../assets/fonts/Roboto/Roboto-Light.ttf') format('truetype');
   font-display: swap;
}

@font-face {
  font-family: 'RobotoThin';
  src: url('../../assets/fonts/Roboto/Roboto-Thin.ttf') format('truetype');
   font-display: swap;
}

:root { --primaria-cor: #ED1C24; --menu-rodape-cor: #101C26; --menu-rodape-texto-cor: white; }
body { background-color: #F5F6F8; font-family: 'RobotoRegular', sans-serif; color: #333; }
a {
    text-decoration: none;
}
/*  :root { --primaria-cor: #0080FF; --menu-rodape-cor: white; --menu-rodape-texto-cor: black; }
body { background-color: #f8fafc; font-family: 'Segoe UI', Arial, sans-serif; color: #333; }
a {
    text-decoration: none;
}*/