@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap);
@font-face {
  font-family: Michelin;
  src: url(../fonts/Michelin-Regular.808c4a44.otf);
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Michelin;
  src: url(../fonts/Michelin-SemiBold.57f534ab.otf);
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Michelin;
  src: url(../fonts/Michelin-Bold.2fd2468a.otf);
  font-weight: 700;
  font-style: normal;
}
body {
  font-family: "Open Sans", sans-serif;
  background-color: white;
}

.max-app-width {
  max-width: 600px;
  margin: 0 auto;
}

.main-container {
  width: 100%;
  max-width: 600px;
  padding: 0 16px;
  margin: 0px auto;
}
@media (max-width: 1023px) {
  .main-container {
    padding: 0 16px;
  }
}

h2 {
  font-weight: 700;
  color: #363b3f;
  font-size: 18px;
  margin: 0;
  padding: 0;
  line-height: 20px;
  letter-spacing: -1px;
}

.bg-bfgoodrich {
  background-color: #003366;
}

.bg-bfgoodrich-secondary {
  background-color: #c33;
}

.text-bfgoodrich {
  color: white;
}

.bg-michelin {
  background-color: #00205b;
}

.text-michelin {
  color: white;
}

.bg-uniroyal {
  background-color: #ffffff;
}

.text-uniroyal {
  color: #616161;
}

.link-download {
  position: absolute;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row nowrap;
}

.text-weight-semibold {
  font-weight: 600;
}

/*# sourceMappingURL=app.5863e031.css.map*/