/*
 * https://sites.google.com/sas.com.br/bibliotecadamarca-saseducacao/p%C3%A1gina-inicial?pli=1&authuser=1
 */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

body {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    /* font-weight: 400; */
    /* font-style: normal; */
    font-size: 1.2rem;
    background-color: #f8f8f8;
}

.plus-jakarta-sans-regular {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* /\* Change header text to imported font *\/ */
/* h2 { */
/*   font-family: 'Yusei Magic', sans-serif; */
/* } */

/* /\* Make text visible on inputs *\/ */
/* .shiny-input-container { */
/*   color: #474747; */
/* } */


.form-group.shiny-input-container {
    width: 100%;
}
