@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,400;0,700;0,900;1,100;1,200;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Belleza&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bad+Script&family=Great+Vibes&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/********** NEUROSINOS AZUL **************/

:root {
  --background: rgba(242, 242, 242, 1);
  --foreground: rgb(0, 0, 0);
  --principal: rgba(101, 159, 166, 0.7);
  --shadow: rgba(255,255,255,0.1);
  --alerta: rgb(255, 34, 34);

  --color1: rgba(1, 50, 71, 1); /* azul noturno (HEX #013247; CMYK 75,24,0,81) */
  --color2: rgba(69, 97, 115, 1);
  --color3: rgba(50, 142, 155, 1); /* azul dia (HEX #328E9B; CMYK 67,0,21,33) */
  --color4: rgba(176, 213, 217, 1);
  --color5: rgba(242, 242, 242, 1);

  /* Paleta Neurosinos */
  --azul_noturno: rgba(1, 50, 71, 1); /* azul noturno (HEX #013247; CMYK 75,24,0,81) */
  --azul_dia: rgba(50,142,155,1); /* azul dia (HEX #328E9B; CMYK 67,0,21,33) */
  --cinza_claro: rgba(206,206,206,1); /* cinza claro (HEX #CECECE, CMYK 0,0,0,26) */

}

