@import url("//fonts.googleapis.com/css?family=Montserrat:thin,extra-light,light,100,200,300,400,500,600,700,800,1000,1200");

.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

.bold-8 {
  font-size: 8px;
  font-weight: 600px;
  margin: 0px;
  margin-bottom: 0px;
  color: black;

  font-family: "Montserrat", sans-serif;
}

.bold-9 {
  font-size: 8px;
  font-weight: 600px;
  margin: 0px;
  color: black;

  margin-bottom: 0px;
  font-family: "Montserrat", sans-serif;
}

.bold-10 {
  font-size: 10px;
  font-weight: 600px;
  margin: 0px;
  color: black;
  margin-bottom: 0px;

  font-family: "Montserrat", sans-serif;
}

.bold-12 {
  font-size: 12px;
  font-weight: 600px;
  margin: 0px;
  color: black;
  margin-bottom: 0px;
  font-family: "Montserrat", sans-serif;
}

.bold-14 {
  font-size: 14px;
  font-weight: 600px;
  margin: 0px;
  color: black;
  margin-bottom: 0px;
  font-family: "Montserrat", sans-serif;
}

.bold-16 {
  font-size: 16px;
  font-weight: 1200px;

  color: black;
  margin-bottom: 0px;
  font-family: "Montserrat", sans-serif;
}

.bold-18 {
  font-size: 18px;
  font-weight: 1200px;

  color: black;
  margin-bottom: 0px;
  font-family: "Montserrat", sans-serif;
}

.bold-20 {
  font-size: 20px;
  font-weight: 1200px;

  color: black;
  margin-bottom: 0px;
  font-family: "Montserrat", sans-serif;
}

.bold-22 {
  font-size: 22px !important;
  font-weight: 1200px;

  color: black;
  margin-bottom: 0px;
  font-family: "Montserrat", sans-serif;
}

.bold-24 {
  font-size: 24px !important;
  font-weight: 1200px;

  color: black;
  margin-bottom: 0px;
  font-family: "Montserrat", sans-serif;
}

.grey-8 {
  font-size: 10px;
  font-weight: 400px;
  margin-bottom: 0px;
  color: #999;
  font-family: "Montserrat", sans-serif;
}

.grey-10 {
  font-size: 10px;
  font-weight: 400px;
  margin-bottom: 0px;
  color: #999;
  font-family: "Montserrat", sans-serif;
}

.grey-12 {
  font-size: 12px;
  font-weight: 400px;
  margin-bottom: 0px;
  color: #999;
  font-family: "Montserrat", sans-serif;
}

.grey-14 {
  font-size: 14px;
  font-weight: 400px;
  margin-bottom: 0px;
  color: #999;
  font-family: "Montserrat", sans-serif;
}

.grey-16 {
  font-size: 16px;
  font-weight: 400px;
  margin-bottom: 0px;
  color: #999;
  font-family: "Montserrat", sans-serif;
}

.grey-18 {
  font-size: 18px;
  font-weight: 400px;
  margin-bottom: 0px;
  color: #999;
  font-family: "Montserrat", sans-serif;
}

@media only screen and (max-width: 750px) {
  .bold-8 {
    font-size: 6px;
    font-weight: 600px;

    color: black;
    margin-bottom: 0px;
    font-family: "Montserrat", sans-serif;
  }

  .bold-9 {
    font-size: 7px;
    font-weight: 600px;

    color: black;
    margin-bottom: 0px;
    font-family: "Montserrat", sans-serif;
  }

  .bold-10 {
    font-size: 8px;
    font-weight: 600px;

    color: black;
    margin-bottom: 0px;
    font-family: "Montserrat", sans-serif;
  }

  .bold-12 {
    font-size: 10px;
    font-weight: 600px;

    color: black;
    margin-bottom: 0px;
    font-family: "Montserrat", sans-serif;
  }

  .bold-14 {
    font-size: 12px;
    font-weight: 600px;

    color: black;
    margin-bottom: 0px;
    font-family: "Montserrat", sans-serif;
  }

  .bold-16 {
    font-size: 14px;
    font-weight: 1200px;

    color: black;
    margin-bottom: 0px;
    font-family: "Montserrat", sans-serif;
  }

  .bold-18 {
    font-size: 16px;
    font-weight: 1200px;

    color: black;
    margin-bottom: 0px;
    font-family: "Montserrat", sans-serif;
  }

  .bold-20 {
    font-size: 18px;
    font-weight: 1200px;

    color: black;
    margin-bottom: 0px;
    font-family: "Montserrat", sans-serif;
  }

  .bold-22 {
    font-size: 20px !important;
    font-weight: 1200px;

    color: black;
    margin-bottom: 0px;
    font-family: "Montserrat", sans-serif;
  }

  .bold-24 {
    font-size: 22px !important;
    font-weight: 1200px;

    color: black;
    margin-bottom: 0px;
    font-family: "Montserrat", sans-serif;
  }

  .grey-8 {
    font-size: 6px;
    font-weight: 400px;
    margin-bottom: 0px;
    color: #999;
    font-family: "Montserrat", sans-serif;
  }

  .grey-10 {
    font-size: 8px;
    font-weight: 400px;
    margin-bottom: 0px;
    color: #999;
    font-family: "Montserrat", sans-serif;
  }

  .grey-12 {
    font-size: 10px;
    font-weight: 400px;
    margin-bottom: 0px;
    color: #999;
    font-family: "Montserrat", sans-serif;
  }

  .grey-14 {
    font-size: 12px;
    font-weight: 400px;
    margin-bottom: 0px;
    color: #999;
    font-family: "Montserrat", sans-serif;
  }

  .grey-16 {
    font-size: 14px;
    font-weight: 400px;
    margin-bottom: 0px;
    color: #999;
    font-family: "Montserrat", sans-serif;
  }

  .grey-18 {
    font-size: 16px;
    font-weight: 400px;
    margin-bottom: 0px !important;
    color: #999;
    font-family: "Montserrat", sans-serif;
  }
}
