html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}

@font-face {
  font-family: "CircularXXWeb-Regular";
  src: url("/fonts/CircularXXWeb-Regular.woff") format("woff");
}

@font-face {
  font-family: "CircularXXWeb-Regular";
  src: url("/fonts/CircularXXWeb-Regular.woff2") format("woff2");
}

/* subset */

@font-face {
  font-family: "CircularXXSub-RegularSubset";
  src: url("/fonts/CircularXXSub-RegularSubset.woff2") format("woff2");
}

@font-face {
  font-family: "CircularXXSub-RegularSubset";
  src: url("/fonts/CircularXXSub-RegularSubset.woff") format("woff");
}

@font-face {
  font-family: "Orleans-Roman";
  src: url("/fonts/Orleans-Roman.ttf") format("truetype");
}

@font-face {
  font-family: "Orleans-Roman";
  src: url("/fonts/Orleans-Roman.otf") format("opentype");
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
    monospace;
}

#nprogress .bar {
  background: #5569ff !important;
}
