@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/Inter/Inter-Regular.ttf") format("truetype"); }

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url("/assets/fonts/Inter/Inter-Medium.ttf") format("truetype"); }

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/Montserrat/Montserrat-Regular.ttf") format("truetype"); }

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url("/assets/fonts/Montserrat/Montserrat-Medium.ttf") format("truetype"); }

#outdated {
  position: fixed;
  top: 0;
  left: 0;
  display: grid;
  padding: 10px 20px;
  width: 100%;
  max-width: 100vw;
  height: 100px;
  z-index: 2000;
  background-color: #d50c2d;
  color: #fff;
  font-family: "Inter", sans-serif;
  overflow: hidden;
  text-align: center; }
  #outdated h3 {
    margin: 0;
    font-family: "Montserrat", "Inter", sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    text-transform: uppercase; }
  #outdated #buttonUpdateBrowser {
    position: relative;
    display: inline-block;
    margin: 5px auto 0;
    padding: 4px 10px;
    color: #d50c2d;
    cursor: pointer;
    border-radius: 3px;
    background-color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Montserrat", "Inter", sans-serif;
    font-size: 0.875rem;
    font-weight: 500; }
    #outdated #buttonUpdateBrowser:hover {
      color: #e62243; }
  #outdated p {
    margin: 0;
    font-size: small; }
  #outdated #buttonCloseUpdateBrowser {
    position: absolute;
    top: 0;
    right: 10px;
    display: block;
    margin-top: 5px;
    color: #fff;
    font-size: 36px;
    line-height: 36px;
    text-decoration: none; }
  #outdated ~ hc-app {
    display: block;
    margin-top: 100px; }
    #outdated ~ hc-app .hc-top-bar {
      margin-top: 100px; }
    #outdated ~ hc-app .main-nav {
      height: calc(100% - 64px - 100px);
      margin-top: calc(64px + 100px); }
