@font-face {
  font-family: 'Contax Pro';
  font-weight: 100;
  font-style: bold;
  src: url('/assets/fonts/contax-pro/contaxpro45lig.woff2') format('woff2'),
    url('/assets/fonts/contax-pro/contaxpro45lig.woff') format('woff');
}

@font-face {
  font-family: 'Contax Pro';
  font-weight: 400;
  font-style: normal;
  src: url('/assets/fonts/contax-pro/contaxpro55rm.woff2') format('woff2'),
    url('/assets/fonts/contax-pro/contaxpro55rm.woff') format('woff');
}

@font-face {
  font-family: 'Contax Pro';
  font-weight: 700;
  font-style: bold;
  src: url('/assets/fonts/contax-pro/contaxpro75bold.woff2') format('woff2'),
    url('/assets/fonts/contax-pro/contaxpro75bold.woff') format('woff');
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, button,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100vh;
}

body {
  font-family: 'Contax Pro', 'HelveticaNeue', 'Helvetica Neue', 'HelveticaNeueRoman', 'HelveticaNeue-Roman', 'Helvetica Neue Roman', 'Helvetica', 'Tahoma', 'Geneva', 'Arial', sans-serif;
  color: #8d8da5;
  font-size: 100%;
  letter-spacing: -0.03em;
  background: #191926;
  height: auto;
  min-height: 100%;
}

svg,
img {
  height: auto;
  border: 0;
  vertical-align: top;
}

#app {
  min-height: 100vh;
}

body ::-webkit-scrollbar {
  height: 6px;
  background: #272735;
  border-radius: 3;
}

body ::-webkit-scrollbar-thumb {
  background: #E9F1FF;
  border-radius: 3px;
}

@media (min-width: 700px) {
  body ::-webkit-scrollbar {
    background: #191926;
  }
}
