@font-face {
    font-family: 'Mona Sans';
    src:
        url('/fonts/MonaSans/Mona-Sans.woff2') format('woff2 supports variations'),
        url('/fonts/MonaSans/Mona-Sans.woff2') format('woff2-variations');
    font-weight: 200 900;
    font-stretch: 75% 125%;
}

@font-face {
    font-family: 'Hubot Sans';
    src:
        url('/fonts/HubotSans/Hubot-Sans.woff2') format('woff2 supports variations'),
        url('/fonts/HubotSans/Hubot-Sans.woff2') format('woff2-variations');
    font-weight: 100 900;
    font-stretch: 75% 125%;
}

@font-face {
    font-family: 'DM Sans';
    src:
        url('/fonts/DMSans/DMSans.ttf') format('truetype supports variations'),
        url('/fonts/DMSans/DMSans.ttf') format('truetype-variations');
    font-weight: 100 900;
}

@font-face {
    font-family: 'DM Sans';
    src:
        url('/fonts/DMSans/DMSans-Italic.ttf') format('truetype supports variations'),
        url('/fonts/DMSans/DMSans-Italic.ttf') format('truetype-variations');
    font-weight: 100 900;
    font-style: italic;
}

body {
    margin: 0;
    font-family:
        'DM Sans',
        -apple-system,
        BlinkMacSystemFont,
        'Segoe UI',
        'Roboto',
        'Oxygen',
        'Ubuntu',
        'Cantarell',
        'Fira Sans',
        'Droid Sans',
        'Helvetica Neue',
        sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: rgba(244, 244, 244, 1);
    color: rgba(12, 12, 12, 0.92);
    overflow-y: auto;
}

:root {
}

noscript {
    width: 100%;
    height: 100%;
    z-index: 1000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: white;
    background-color: #457871;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    font-size: 20px;
    font-weight: 600;
}

noscript > img {
    opacity: 0.2;
}

#root {
    z-index: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
    background-color: rgba(255, 255, 255, 1);
}

code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;
}

* {
    box-sizing: border-box;
}

/* ::-webkit-scrollbar{

    -webkit-appearance: none;
    width: 7px;

}

::-webkit-scrollbar-thumb {

    border-radius: 4px;
    background-color: rgba(0,0,0,.5); 
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #f1f1f133;
}

::-webkit-scrollbar-thumb {
  background: #707070;
}

::-webkit-scrollbar-thumb:hover {
  background: #355cc9;
}
::-webkit-overflow-scrolling:touch; {
background:#707070;
width: 5px;
} */
