
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialicons/v55/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

@font-face {
    font-family: 'Brands';
    font-style: normal;
    font-weight: 400;
    src: url(brands.woff) format('woff');
}

[data-icon-pre]::before,
[data-icon]::before,
[data-icon-pos]::after,
.tabulator-arrow::before,
.material-icons,
form[data-error]::after  {
    text-align: center;
    font-family: 'Material Icons';
    font-size: 24px;  /* Preferred icon size */
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    display: inline-block;
    line-height: 1;
    cursor: inherit;
    font-style: normal;
    font-weight: normal;
    color: inherit;
    position: relative;
}

.brand[data-icon-pre]::before,
.brand[data-icon]::before,
.brand[data-icon-pos]::after {
    font-family: 'Brands';
}

[data-icon-pos]::after {
    content: attr(data-icon-pos);
}

[data-icon-pre]::before {
    content: attr(data-icon-pre);
    margin-right: 8px;
    vertical-align: bottom;
}

[data-icon]::before {
    content: attr(data-icon);
}

html, button, input, select, textarea, a, video {
    font-family: Roboto;
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

::-webkit-scrollbar {
    background-color: transparent;
    width: 4px; height: 4px;
}
::-webkit-scrollbar-thumb {
    background-color: #555;
}

body {
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    min-height: 100vh;
    width: 100vw;
    max-width: 100vw;
    padding: 0;
    margin: 0;
    color: #555;
    font-size: 12px;
    overflow-x: hidden;
    overflow-y: auto;
    user-select: none;
    position: relative;
    padding-top: 0.1px; /* HACK */
}

[hidden] {
    display: none;
}

a, button, select {
    cursor: pointer;
}


.line-break {
  white-space: pre-line;
}

.line-break-and-tab {
  white-space: pre-wrap;
}
