/*
Compile SASS: static/design.css
*/
:root {
  --topbar-bg-color: #222222;
}

html {
  font-size: 9px;
}

@supports (-webkit-touch-callout: none) {
  @media screen and (max-width: 1024px) {
    body {
      font-size: calc(1.4rem*1.15);
    }
  }
}
