/*!*********************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/containers/App/styles.css ***!
  \*********************************************************************************/
* {
    font-family: 'Lato', 'sans-serif';
    margin: 0;
    padding: 0;
    box-sizing: border-box !important;
}

body {
width: 100%;
height: 100vh;
overflow: hidden;
} 

::-webkit-scrollbar {
    height: 7px;
    width: 7px;
  }
::-webkit-scrollbar-track {
   background: #ffffff;
 }
 ::-webkit-scrollbar-thumb {
   background: #D2D7E5;
   border-radius: 10px;
 }

@font-face {
    font-family: 'Lato';
    src: url(/5a60dde25d817751d590.ttf);
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: url(/42a616fcfc8a08caef71.ttf);
    font-weight: 100;
    font-style: italic;
}
@font-face {
    font-family: 'Lato';
    src: url(/c7400fcad9e48ca9043f.ttf);
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: url(/4310bbed01b37dfcee98.ttf);
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Lato';
    src: url(/9d883d540ee2b4de8024.ttf);
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: url(/a9f3ee269217f44df65f.ttf);
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Lato';
    src: url(/636be8de934918e38ed9.ttf);
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: url(/fd32b4dea61508c37b78.ttf);
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Lato';
    src: url(/57dee8aface5572f9101.ttf);
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    src: url(/09fc285661e54addb1fd.ttf);
    font-weight: 900;
    font-style: italic;
}
