/*AJUSTE DE TAMANHO DE FONTE*/

/*@media only screen and (max-width: 1000px) {    
       body { font-size: 70px; }    
}
@media only screen and (max-width: 2000px) {    
       body { font-size: 36px; }
}*/

/* CSS Document */

// google fonts
// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 300 to 800

.open-sans-<uniquifier> {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

body {font-family: "Open Sans", sans-serif; color:#4a4a4a; min-width: 350px;margin:0; padding: 0;}
/*strong, b {color:black}*/