@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; }

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: #005baa; }

.text-michelin {
  color: white; }

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

.text-uniroyal {
  color: #616161; }

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


/*# sourceMappingURL=app.abadcbde.css.map*/