/* #region "./apps/admin/src/styles/global.css" */
/*
- type: css
*/
html,
body,
#root {
  height: 100%;
  overflow: auto;
  font-family: 'Work Sans', sans-serif;
}
* {
  font-family: 'Work Sans', sans-serif;
}

.dragging {
  cursor: grabbing;
}

@font-face {
  font-family: 'Work Sans';
  src: url(/WorkSans-VariableFont_wght.ttf)
    format('truetype');
}

@font-face {
  font-family: 'Work Sans Bold';
  src: url(/WorkSans-Bold.ttf)
    format('truetype');
}
@font-face {
  font-family: 'Work Sans Semibold';
  src: url(/WorkSans-SemiBold.ttf)
    format('truetype');
}
@font-face {
  font-family: 'Work Sans Medium';
  src: url(/WorkSans-Medium.ttf)
    format('truetype');
}

@font-face {
  font-family: 'Work Sans Thin';
  src: url(/WorkSans-Thin.ttf)
    format('truetype');
}

@font-face {
  font-family: 'Work Sans Light';
  src: url(/WorkSans-Light.ttf)
    format('truetype');
}

@font-face {
  font-family: 'Roboto';
  src: url(/Roboto-Regular.ttf) format('truetype');
}

[data-lastpass-icon-root='true'] {
  display: none !important;
}

a {
  text-decoration: none;
}

table,
thead,
tbody,
tfoot,
tr,
th,
td {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
  border-spacing: 0;
  border-color: inherit;
  text-align: left;
  font-weight: inherit;
  -webkit-border-horizontal-spacing: 0;
  -webkit-border-vertical-spacing: 0;
}
th,
td {
  display: table-cell;
}

/* #endregion "./apps/admin/src/styles/global.css" */

