/* @font-face {
  font-family: 'Open Sans';
  src: url('./fonts/Open_Sans/OpenSans-Regular.ttf') format("truetype");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('./fonts/Open_Sans/OpenSans-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('./fonts/Open_Sans/OpenSans-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('./fonts/Open_Sans/OpenSans-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
} */
@font-face {
  font-family: 'Lato';
  src: url(/bfc37ff1d5543ecd4ec661f4ab38622e.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url(/9919edff6283018571add043109dc20b.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url(/5dd5aa0269395f0ea92763e6cb3bc07a.ttf) format("truetype");
  font-weight: 700;
  font-style: bold;
  font-display: swap;
}

body {
  font-family: 'Lato', sans-serif;
  margin: 0;
  padding: 0;
}
.appWrapper, #root, body, html{
  font-size: 10px;
  height: 100%;
}
.appWrapper {
  display: flex;
  flex-direction: column;
  scrollbar-width: thin;
}

html {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}
span{
  font-family: 'Lato', sans-serif;
  outline: none;
}

textarea{
  font-family: 'Lato', sans-serif;
  outline: none;
}

button{
  font-family: 'Lato', sans-serif;
  outline: none;
}

input{
  font-family: 'Lato', sans-serif;
  outline: none;
  font-size: 16px;
}
a:focus { outline: none; }

a:active { outline: none; }

button:focus { outline: none; }

button:active { outline: none; }

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 5px;
  height: 50px;
}

::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 5px;
}

