* {
  color: #030303;
  font-family: 'Roboto', sans-serif;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
}

.ui.button, .ui.header, .ui.text.container, body, h1, h2, h3, h4, h5 {
  font-family: 'DM Sans', sans-serif;
}

#app[data-theme='dark'] * {
  color: #fff;
}

#app[data-theme='dark'] ::selection {
  background-color: #030303;
  color: #fff;
}

#app[data-theme='dark'] ::-moz-selection {
  background-color: #030303;
  color: #fff;
}

#app[data-theme='dark'] ::-o-selection {
  background-color: #030303;
  color: #fff;
}

#app[data-theme='dark'] ::-ms-selection {
  background-color: #030303;
  color: #fff;
}

#app[data-theme='dark'] ::-webkit-selection {
  background-color: #030303;
  color: #fff;
}

html, body, #app {
  margin: 0;
  height: 100%;
  line-height: 1.3;
}

body {
  line-height: 1;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, strong, tfoot, thead, tr, th, td, article, canvas, fiture, footer, header, nav, section, summary, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html, body, #app {
  background: #fff;
}

#app[data-theme='dark'] {
  background: #141918;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav, ul {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
