@import url(http://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900);
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700);
@import url(http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
* {
  font-family: Roboto;
  font-weight: 400; }

::selection {
  background-color: #e11436;
  color: #ffffff; }

::-moz-selection {
  background-color: #e11436;
  color: #ffffff; }

.font_smoothing {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

strong {
  font-weight: 400; }

.title {
  font-family: Roboto; }

h1, h2, h3, h4, h5 {
  font-family: Roboto;
  margin: 0; }

h1 {
  font-size: 48px;
  font-weight: 300;
  padding-bottom: 10px; }

h2 {
  font-size: 36px;
  font-weight: 400;
  padding-bottom: 10px; }

h3 {
  font-size: 32px;
  font-weight: 400;
  padding-bottom: 10px; }

h4 {
  font-size: 24px;
  font-weight: 400;
  padding-bottom: 10px; }

h5 {
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 10px; }

p {
  padding-bottom: 10px; }

small {
  font-size: 12px; }

.secondary_text {
  color: #888888; }

a {
  color: #0C8A84; }

a.white {
  color: #ffffff; }

a.black {
  color: #222222; }

a.secondary {
  color: #888888; }

/*# sourceMappingURL=typography.css.map */
