/* Fonte padrão do sistema
    * {
        font-family: "Nunito Sans", sans-serif;
        font-optical-sizing: auto;
        font-weight: 500;
        font-style: normal;
        font-variation-settings:
          "wdth" 100,
          "YTLC" 500;
    } */


        /* Fonte padrão do sistema */
      * {
        font-family: "Google Sans", sans-serif;
        font-optical-sizing: auto;
        font-weight: 450;
        font-style: normal;
        font-variation-settings: "GRAD" 0;
        letter-spacing: 0.4px;
      }
