@layer app {
  * {
    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;
  }

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

  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;
    vertical-align: baseline;
  }

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

  html.dark,html.dark body,html.dark #app {
    background: #161717;
  }

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

  nav, ul {
    list-style: none;
  }

  a {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
  }
}
