* {
  color: #636569;
  font-family: 'Pangram', sans-serif;
  font-smoothing: subpixel-antialiased;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
}

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

#app[data-theme='dark'] ::selection {
  background-color: #06796e;
  color: #fafafa;
}

#app[data-theme='dark'] ::-moz-selection {
  background-color: #06796e;
  color: #fafafa;
}

#app[data-theme='dark'] ::-o-selection {
  background-color: #06796e;
  color: #fafafa;
}

#app[data-theme='dark'] ::-ms-selection {
  background-color: #06796e;
  color: #fafafa;
}

#app[data-theme='dark'] ::-webkit-selection {
  background-color: #06796e;
  color: #fafafa;
}

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

body {
  line-height: 1;
}

#app[data-theme='dark'] ::-webkit-scrollbar-thumb {
  background-color: #5c6160;
}

#app[data-theme='dark'] ::-webkit-scrollbar-track {
    background: #7b7f7f;
}

#app[data-theme='dark'] ::-webkit-scrollbar-corner {
    background: #7b7f7f;
}

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;
}

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;
}

@font-face {
  font-family: 'Pangram';
  font-style: normal;
  font-weight: 100;
  src: local('Pangram Extra Light'), url('/fonts/Pangram-ExtraLight.otf');
}

@font-face {
  font-family: 'Pangram';
  font-style: normal;
  font-weight: 300;
  src: local('Pangram Light'), url('/fonts/Pangram-Light.otf');
}

@font-face {
  font-family: 'Pangram';
  font-style: normal;
  font-weight: 400;
  src: local('Pangram Regular'), url('/fonts/Pangram-Regular.otf');
}

@font-face {
  font-family: 'Pangram';
  font-style: normal;
  font-weight: 500;
  src: local('Pangram Medium'), url('/fonts/Pangram-Medium.otf');
}

@font-face {
  font-family: 'Pangram';
  font-style: normal;
  font-weight: 700;
  src: local('Pangram Bold'), url('/fonts/Pangram-Bold.otf');
}

@font-face {
  font-family: 'Pangram';
  font-style: normal;
  font-weight: 800;
  src: local('Pangram Extra Bold'), url('/fonts/Pangram-ExtraBold.otf');
}

@font-face {
  font-family: 'Pangram';
  font-style: normal;
  font-weight: 900;
  src: local('Pangram Black'), url('/fonts/Pangram-Black.otf');
}